Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-30 04:29:55 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-30 04:29:55 +0400
commit4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch)
tree7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /util-linux/getopt.c
parent4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff)
whitespace fixes
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r--util-linux/getopt.c2
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[])
char *name = NULL;
unsigned opt;
const char *compatible;
- char *s_arg;
+ char *s_arg;
#if ENABLE_GETOPT_LONG
struct option *long_options = NULL;
llist_t *l_arg = NULL;