whitespace fixes
This commit is contained in:
parent
cf26ab70c1
commit
2570b2e575
7 changed files with 42 additions and 46 deletions
|
@ -158,10 +158,10 @@ static int generate_output(char **argv, int argc, const char *optstr, const stru
|
|||
|
||||
/* Reset getopt(3) (see libbb/getopt32.c for long rant) */
|
||||
#ifdef __GLIBC__
|
||||
optind = 0;
|
||||
optind = 0;
|
||||
#else /* BSD style */
|
||||
optind = 1;
|
||||
/* optreset = 1; */
|
||||
optind = 1;
|
||||
/* optreset = 1; */
|
||||
#endif
|
||||
|
||||
while (1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue