diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-03 00:05:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-03 00:05:48 +0100 |
commit | b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e (patch) | |
tree | b30b48c8a78e0ee4ed639a398e8778e5e3f50a04 /util-linux/flock.c | |
parent | 6307357effb79c8fbc6ccc9d4528c8c1c48a4831 (diff) | |
download | busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.gz busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.tar.bz2 busybox-w32-b7c9fb27cba3d697e602f8cbf88cde135d8d6c5e.zip |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/flock.c')
-rw-r--r-- | util-linux/flock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/flock.c b/util-linux/flock.c index be3d552fa..77fe1f809 100644 --- a/util-linux/flock.c +++ b/util-linux/flock.c | |||
@@ -19,7 +19,7 @@ int flock_main(int argc UNUSED_PARAM, char **argv) | |||
19 | }; | 19 | }; |
20 | 20 | ||
21 | #if ENABLE_LONG_OPTS | 21 | #if ENABLE_LONG_OPTS |
22 | static const char getopt_longopts[] ALIGN1 = | 22 | static const char getopt_longopts[] ALIGN1 = |
23 | "shared\0" No_argument "s" | 23 | "shared\0" No_argument "s" |
24 | "exclusive\0" No_argument "x" | 24 | "exclusive\0" No_argument "x" |
25 | "unlock\0" No_argument "u" | 25 | "unlock\0" No_argument "u" |