projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
152737b
)
tests: coding style fix
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Wed, 1 Mar 2017 11:56:05 +0000
(12:56 +0100)
committer
Bartosz 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
patch
|
blob
|
history
diff --git
a/tests/unit/gpiod-unit.c
b/tests/unit/gpiod-unit.c
index 8b917954bf1590592fd0f5300d12d9a8e4ee8aac..260edb8578b92f78522414053cbc5b06c203d09f 100644
(file)
--- 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);