From 33aa2a07450c90f15df0e13851b32a6c370fc5fa Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 22 Oct 2007 16:19:12 +0000 Subject: whitespace --- src/rc-status.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rc-status.c') 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 (); -- cgit v1.2.3