diff options
author | Denis Vlasenko | 2007-03-07 09:35:43 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-03-07 09:35:43 +0000 |
commit | 8e858e2700651a0e973169b579622cd3dcd0defd (patch) | |
tree | 4829004760bedec63aa8a72affe75591e482fe4a /libbb/getopt32.c | |
parent | 41cca2b4f54a2c8dadd2469747aca91d891c0b15 (diff) | |
download | busybox-8e858e2700651a0e973169b579622cd3dcd0defd.zip busybox-8e858e2700651a0e973169b579622cd3dcd0defd.tar.gz |
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 f93438d..9f5fd60 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c @@ -79,9 +79,9 @@ const struct option *applet_long_options (see getopt(3)) static const struct option applet_long_options[] = { - //name,has_arg,flag,val - { "verbose", 0, 0, 'v' }, - { 0, 0, 0, 0 } + //name,has_arg,flag,val + { "verbose", 0, 0, 'v' }, + { 0, 0, 0, 0 } }; applet_long_options = applet_long_options; |