tests: coding style fix
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 1 Mar 2017 11:56:05 +0000 (12:56 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 1 Mar 2017 11:56:05 +0000 (12:56 +0100)
Break the line that's longer than 80 characters.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/unit/gpiod-unit.c

index 8b917954bf1590592fd0f5300d12d9a8e4ee8aac..260edb8578b92f78522414053cbc5b06c203d09f 100644 (file)
@@ -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);