aboutsummaryrefslogtreecommitdiff
path: root/src/rc-status.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-12 13:18:52 +0000
committerRoy Marples <roy@marples.name>2007-04-12 13:18:52 +0000
commit67c5d8e940ecd0d856b35b2aa4541fbc5831c085 (patch)
tree2d6c3235a6b8a15ec833441c2318a9be2b59cdb5 /src/rc-status.c
parent000f2395349552a9c1a08f634f1c5d1ed5417b1f (diff)
Style updates
Diffstat (limited to 'src/rc-status.c')
-rw-r--r--src/rc-status.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rc-status.c b/src/rc-status.c
index 7709e422..76dedce9 100644
--- a/src/rc-status.c
+++ b/src/rc-status.c
@@ -63,11 +63,11 @@ int main (int argc, char **argv)
int j;
const struct option longopts[] = {
- {"all", 0, NULL, 'a'},
- {"list", 0, NULL, 'l'},
+ {"all", 0, NULL, 'a'},
+ {"list", 0, NULL, 'l'},
{"servicelist", 0, NULL, 's'},
- {"unused", 0, NULL, 'u'},
- {NULL, 0, NULL, 0}
+ {"unused", 0, NULL, 'u'},
+ {NULL, 0, NULL, 0}
};
while ((c = getopt_long(argc, argv, "alsu", longopts, &option_index)) != -1)