aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-22 16:19:12 +0000
committerRoy Marples <roy@marples.name>2007-10-22 16:19:12 +0000
commit33aa2a07450c90f15df0e13851b32a6c370fc5fa (patch)
tree4baa243be56206b5ad2c1b6ee57afcce4c4afc22 /src
parent0d9eaafe9adbda53ab3617ec732900612634ca87 (diff)
whitespace
Diffstat (limited to 'src')
-rw-r--r--src/rc-status.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rc-status.c b/src/rc-status.c
index c72c7bdc..cf62b26f 100644
--- a/src/rc-status.c
+++ b/src/rc-status.c
@@ -94,7 +94,8 @@ int rc_status (int argc, char **argv)
int j;
int depopts = RC_DEP_STRICT | RC_DEP_START | RC_DEP_TRACE;
- while ((opt = getopt_long(argc, argv, getoptstring, longopts, (int *) 0)) != -1)
+ while ((opt = getopt_long (argc, argv, getoptstring, longopts,
+ (int *) 0)) != -1)
switch (opt) {
case 'a':
levels = rc_runlevel_list ();