diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-25 10:39:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-25 10:39:10 +0000 |
commit | ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15 (patch) | |
tree | 12ebd5d8d0fea2c9adaac1cd61bbc7626bf63859 /libbb/getopt32.c | |
parent | cac0f5b7e552adee46b8e35ae66b6465f4903c37 (diff) | |
download | busybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.tar.gz busybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.tar.bz2 busybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.zip |
whitespace fixes
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index 8fb99b6cc..43fb6eb86 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -510,7 +510,7 @@ getopt32(char **argv, const char *applet_opts, ...) | |||
510 | *pargv = pp; | 510 | *pargv = pp; |
511 | } | 511 | } |
512 | if (!(spec_flgs & ALL_ARGV_IS_OPTS)) | 512 | if (!(spec_flgs & ALL_ARGV_IS_OPTS)) |
513 | break; | 513 | break; |
514 | pargv++; | 514 | pargv++; |
515 | } | 515 | } |
516 | } | 516 | } |