just whitespace
[platform/upstream/busybox.git] / coreutils / install.c
index a4a9615..c3d4f8c 100644 (file)
@@ -44,7 +44,7 @@ static const struct option install_long_options[] = {
        { "preserve-timestamps",        0,      NULL,   'p' },
        { "strip",      0,      NULL,   's' },
        { "group",      0,      NULL,   'g' },
-       { "mode",       0,      NULL,   'm' },
+       { "mode",       0,      NULL,   'm' },
        { "owner",      0,      NULL,   'o' },
        { 0,    0,      0,      0 }
 };