aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ();