aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-03 00:05:48 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-03 00:05:48 +0100
commitb7c9fb27cba3d697e602f8cbf88cde135d8d6c5e (patch)
treeb30b48c8a78e0ee4ed639a398e8778e5e3f50a04 /shell/shell_common.c
parent6307357effb79c8fbc6ccc9d4528c8c1c48a4831 (diff)
downloadbusybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.gz
busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.bz2
busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.zip
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r--shell/shell_common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c
index e9effd2d0..f02ed81ea 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -368,9 +368,9 @@ shell_builtin_ulimit(char **argv)
368#endif 368#endif
369 /* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */ 369 /* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */
370 370
371 argc = 1; 371 argc = 1;
372 while (argv[argc]) 372 while (argv[argc])
373 argc++; 373 argc++;
374 374
375 opts = 0; 375 opts = 0;
376 while (1) { 376 while (1) {