diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /util-linux | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index b4749c199..06c348895 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -287,7 +287,7 @@ int getopt_main(int argc, char *argv[]) | |||
287 | char *name = NULL; | 287 | char *name = NULL; |
288 | unsigned opt; | 288 | unsigned opt; |
289 | const char *compatible; | 289 | const char *compatible; |
290 | char *s_arg; | 290 | char *s_arg; |
291 | #if ENABLE_GETOPT_LONG | 291 | #if ENABLE_GETOPT_LONG |
292 | struct option *long_options = NULL; | 292 | struct option *long_options = NULL; |
293 | llist_t *l_arg = NULL; | 293 | llist_t *l_arg = NULL; |