whitespace

This commit is contained in:
Roy Marples 2007-10-22 16:19:12 +00:00
parent 0d9eaafe9a
commit 33aa2a0745

View File

@ -94,7 +94,8 @@ int rc_status (int argc, char **argv)
int j; int j;
int depopts = RC_DEP_STRICT | RC_DEP_START | RC_DEP_TRACE; 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) { switch (opt) {
case 'a': case 'a':
levels = rc_runlevel_list (); levels = rc_runlevel_list ();