commit | 2570b2e5759e8ac32b0922d71056bd426caae9f1 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Mar 28 01:00:09 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Mar 28 01:00:09 2008 +0000 |
tree | 742bbe33b5ec8ede49147150a2402472172be74b | |
parent | cf26ab70c11416401cd53e6a6a5fb4d5c2583246 [diff] [blame] |
whitespace fixes
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 6ec5cb0..2da3481 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c
@@ -158,10 +158,10 @@ /* 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) {