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 /applets | |
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 'applets')
-rw-r--r-- | applets/usage_pod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/usage_pod.c b/applets/usage_pod.c index da0baefc6..0b1c4aadb 100644 --- a/applets/usage_pod.c +++ b/applets/usage_pod.c | |||
@@ -31,8 +31,8 @@ | |||
31 | #include "usage.h" | 31 | #include "usage.h" |
32 | #define MAKE_USAGE(aname, usage) { aname, usage }, | 32 | #define MAKE_USAGE(aname, usage) { aname, usage }, |
33 | static struct usage_data { | 33 | static struct usage_data { |
34 | const char *aname; | 34 | const char *aname; |
35 | const char *usage; | 35 | const char *usage; |
36 | } usage_array[] = { | 36 | } usage_array[] = { |
37 | #include "applets.h" | 37 | #include "applets.h" |
38 | }; | 38 | }; |