From: Bartosz Golaszewski Date: Wed, 1 Mar 2017 11:56:05 +0000 (+0100) Subject: tests: coding style fix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=00b0dfc70bef2e7b6d2db54042a6bf76e6b86b5e;p=qemu-gpiodev%2Flibgpiod.git tests: coding style fix Break the line that's longer than 80 characters. Signed-off-by: Bartosz Golaszewski --- diff --git a/tests/unit/gpiod-unit.c b/tests/unit/gpiod-unit.c index 8b91795..260edb8 100644 --- a/tests/unit/gpiod-unit.c +++ b/tests/unit/gpiod-unit.c @@ -439,7 +439,8 @@ int main(int argc GU_UNUSED, char **argv GU_UNUSED) pr_raw("FAILED:"); reset_color(); set_color(CRED); - pr_raw("\n\t\t'%s': %s\n", test->name, globals.test_ctx.failed_msg); + pr_raw("\n\t\t'%s': %s\n", + test->name, globals.test_ctx.failed_msg); reset_color(); } else { set_color(CGREEN);