rc: fix style around case_RC_COMMON_GETOPT

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2011-11-19 02:33:11 -05:00
parent ef1ff1b4f2
commit c7cc685458
9 changed files with 13 additions and 13 deletions

View File

@ -193,7 +193,7 @@ checkpath(int argc, char **argv)
applet, optarg);
break;
case_RC_COMMON_GETOPT;
case_RC_COMMON_GETOPT
}
}

View File

@ -236,8 +236,8 @@ fstabinfo(int argc, char **argv)
}
break;
case_RC_COMMON_GETOPT
}
case_RC_COMMON_GETOPT
}
}
if (optind < argc) {

View File

@ -451,8 +451,8 @@ mountinfo(int argc, char **argv)
args.mount_type = mount_from;
break;
case_RC_COMMON_GETOPT
}
case_RC_COMMON_GETOPT
}
}
while (optind < argc) {

View File

@ -173,7 +173,7 @@ rc_depend(int argc, char **argv)
break;
case_RC_COMMON_GETOPT
}
}
}
if (deptree_file) {

View File

@ -109,8 +109,8 @@ rc_service(int argc, char **argv)
return EXIT_SUCCESS;
/* NOTREACHED */
case_RC_COMMON_GETOPT
}
case_RC_COMMON_GETOPT
}
}
argc -= optind;

View File

@ -243,7 +243,7 @@ rc_update(int argc, char **argv)
if (deptree)
rc_deptree_free(deptree);
return ret;
case_RC_COMMON_GETOPT;
case_RC_COMMON_GETOPT
}
verbose = rc_yesno(getenv ("EINFO_VERBOSE"));

View File

@ -1201,7 +1201,7 @@ runscript(int argc, char **argv)
case 'Z':
dry_run = true;
break;
case_RC_COMMON_GETOPT;
case_RC_COMMON_GETOPT
}
/* If we're changing runlevels and not called by rc then we cannot

View File

@ -916,8 +916,8 @@ start_stop_daemon(int argc, char **argv)
redirect_stderr = optarg;
break;
case_RC_COMMON_GETOPT
}
case_RC_COMMON_GETOPT
}
endpwent();
argc -= optind;

View File

@ -82,7 +82,7 @@ swclock(int argc, char **argv)
case 'w':
wflag = 1;
break;
case_RC_COMMON_GETOPT;
case_RC_COMMON_GETOPT
}
}