diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-07 09:35:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-07 09:35:43 +0000 |
commit | 8e858e2700651a0e973169b579622cd3dcd0defd (patch) | |
tree | 4829004760bedec63aa8a72affe75591e482fe4a /libbb/getopt32.c | |
parent | 41cca2b4f54a2c8dadd2469747aca91d891c0b15 (diff) | |
download | busybox-w32-8e858e2700651a0e973169b579622cd3dcd0defd.tar.gz busybox-w32-8e858e2700651a0e973169b579622cd3dcd0defd.tar.bz2 busybox-w32-8e858e2700651a0e973169b579622cd3dcd0defd.zip |
clean up accumulated whitespace damage
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index f93438df0..9f5fd60bd 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -79,9 +79,9 @@ const struct option *applet_long_options | |||
79 | (see getopt(3)) | 79 | (see getopt(3)) |
80 | 80 | ||
81 | static const struct option applet_long_options[] = { | 81 | static const struct option applet_long_options[] = { |
82 | //name,has_arg,flag,val | 82 | //name,has_arg,flag,val |
83 | { "verbose", 0, 0, 'v' }, | 83 | { "verbose", 0, 0, 'v' }, |
84 | { 0, 0, 0, 0 } | 84 | { 0, 0, 0, 0 } |
85 | }; | 85 | }; |
86 | applet_long_options = applet_long_options; | 86 | applet_long_options = applet_long_options; |
87 | 87 | ||