diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /init | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/mesg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/mesg.c b/init/mesg.c index b560df205..b6fd070e1 100644 --- a/init/mesg.c +++ b/init/mesg.c | |||
@@ -28,9 +28,9 @@ | |||
28 | #include "libbb.h" | 28 | #include "libbb.h" |
29 | 29 | ||
30 | #ifdef USE_TTY_GROUP | 30 | #ifdef USE_TTY_GROUP |
31 | #define S_IWGRP_OR_S_IWOTH S_IWGRP | 31 | #define S_IWGRP_OR_S_IWOTH S_IWGRP |
32 | #else | 32 | #else |
33 | #define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH) | 33 | #define S_IWGRP_OR_S_IWOTH (S_IWGRP | S_IWOTH) |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | int mesg_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 36 | int mesg_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |