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:
1b54e63
)
tests: remove a stray space
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Tue, 28 Feb 2017 10:02:05 +0000
(11:02 +0100)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Tue, 28 Feb 2017 10:02:05 +0000
(11:02 +0100)
Remove a double space in check_chip_index().
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 7baf04041bd64d59fcd1b010d70ea9f7865c022f..663648fe8d846b12d5687d7d93c08daefc1e5427 100644
(file)
--- a/
tests/unit/gpiod-unit.c
+++ b/
tests/unit/gpiod-unit.c
@@
-118,7
+118,7
@@
static char * xstrdup(const char *str)
return ret;
}
-static void
check_chip_index(unsigned int index)
+static void check_chip_index(unsigned int index)
{
if (index >= globals.test_ctx.num_chips)
die("invalid chip number requested from test code");