From 00b0dfc70bef2e7b6d2db54042a6bf76e6b86b5e Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 1 Mar 2017 12:56:05 +0100 Subject: [PATCH] tests: coding style fix Break the line that's longer than 80 characters. Signed-off-by: Bartosz Golaszewski --- tests/unit/gpiod-unit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.30.2