diff options
author | Roy Marples <roy@marples.name> | 2007-04-12 13:18:52 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-12 13:18:52 +0000 |
commit | 67c5d8e940ecd0d856b35b2aa4541fbc5831c085 (patch) | |
tree | 2d6c3235a6b8a15ec833441c2318a9be2b59cdb5 /src/mountinfo.c | |
parent | 000f2395349552a9c1a08f634f1c5d1ed5417b1f (diff) |
Style updates
Diffstat (limited to 'src/mountinfo.c')
-rw-r--r-- | src/mountinfo.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mountinfo.c b/src/mountinfo.c index b7cc1b14..33f1869b 100644 --- a/src/mountinfo.c +++ b/src/mountinfo.c @@ -145,13 +145,13 @@ int main (int argc, char **argv) char c; static struct option longopts[] = { - { "fstype-regex", 1, NULL, 'F'}, - { "node-regex", 1, NULL, 'N'}, - { "skip-regex", 1, NULL, 'S'}, - { "fstype", 0, NULL, 'f'}, - { "node", 0, NULL, 'n'}, - { "reverse", 0, NULL, 'r'}, - { NULL, 0, NULL, 0} + { "fstype-regex", 1, NULL, 'F'}, + { "node-regex", 1, NULL, 'N'}, + { "skip-regex", 1, NULL, 'S'}, + { "fstype", 0, NULL, 'f'}, + { "node", 0, NULL, 'n'}, + { "reverse", 0, NULL, 'r'}, + { NULL, 0, NULL, 0} }; while ((c = getopt_long (argc, argv, "F:N:S:fnr", |