whitespace fixes
[platform/upstream/busybox.git] / applets / usage_pod.c
index da0baef..0b1c4aa 100644 (file)
@@ -31,8 +31,8 @@
 #include "usage.h"
 #define MAKE_USAGE(aname, usage) { aname, usage },
 static struct usage_data {
-        const char *aname;
-        const char *usage;
+       const char *aname;
+       const char *usage;
 } usage_array[] = {
 #include "applets.h"
 };