diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-07 09:35:43 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-07 09:35:43 +0000 |
commit | e192b560aa95b995dbc7f89da2f9a83db793f267 (patch) | |
tree | 4829004760bedec63aa8a72affe75591e482fe4a /libbb/getopt32.c | |
parent | 70c0a771c1278b6b47c7506d79320b7a387fb4b4 (diff) | |
download | busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.tar.gz busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.tar.bz2 busybox-w32-e192b560aa95b995dbc7f89da2f9a83db793f267.zip |
clean up accumulated whitespace damage
git-svn-id: svn://busybox.net/trunk/busybox@18020 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | ||