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:
63f3bdb
)
gpioset: coding style fix
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Fri, 13 Jan 2017 14:43:02 +0000
(15:43 +0100)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Fri, 13 Jan 2017 14:43:02 +0000
(15:43 +0100)
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
gpioset.c
patch
|
blob
|
history
diff --git
a/gpioset.c
b/gpioset.c
index 825e4a23ef8f8d30d90477d07ba7f568ef7a75b6..65dd70e76acf99342c29b146ff964c99ff7f37cd 100644
(file)
--- a/
gpioset.c
+++ b/
gpioset.c
@@
-16,9
+16,9
@@
#include <getopt.h>
static const struct option longopts[] = {
- { "help",
no_argument,
NULL, 'h' },
+ { "help",
no_argument,
NULL, 'h' },
{ "version", no_argument, NULL, 'v' },
- { "active-low",
no_argument,
NULL, 'l' },
+ { "active-low",
no_argument,
NULL, 'l' },
{ 0 },
};