whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6307357eff
commit
b7c9fb27cb
13 changed files with 21 additions and 21 deletions
|
@ -368,9 +368,9 @@ shell_builtin_ulimit(char **argv)
|
|||
#endif
|
||||
/* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */
|
||||
|
||||
argc = 1;
|
||||
while (argv[argc])
|
||||
argc++;
|
||||
argc = 1;
|
||||
while (argv[argc])
|
||||
argc++;
|
||||
|
||||
opts = 0;
|
||||
while (1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue