aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-07 09:35:43 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-07 09:35:43 +0000
commit8e858e2700651a0e973169b579622cd3dcd0defd (patch)
tree4829004760bedec63aa8a72affe75591e482fe4a /libbb/getopt32.c
parent41cca2b4f54a2c8dadd2469747aca91d891c0b15 (diff)
downloadbusybox-8e858e2700651a0e973169b579622cd3dcd0defd.tar.gz
clean up accumulated whitespace damage
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r--libbb/getopt32.c6
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
(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;