commit | e4dcba1c103dc28e927e004791e331aaf604383d | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 28 18:57:19 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 28 18:57:19 2010 +0200 |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf [diff] [blame] |
*: whitespace fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/init/mesg.c b/init/mesg.c index b560df2..b6fd070 100644 --- a/init/mesg.c +++ b/init/mesg.c
@@ -28,9 +28,9 @@ #include "libbb.h" #ifdef USE_TTY_GROUP -#define S_IWGRP_OR_S_IWOTH S_IWGRP +#define S_IWGRP_OR_S_IWOTH S_IWGRP #else -#define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH) +#define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH) #endif int mesg_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;