diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-30 11:52:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-30 11:52:58 +0200 |
commit | 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 (patch) | |
tree | f3c90eaa6dba03d209b9f05c799c3ded447cad22 /coreutils | |
parent | bfa6ed1bf43ea607e33a6e89a0ef03f84a5b5d38 (diff) | |
download | busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.gz busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.bz2 busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.zip |
Whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/catv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/catv.c b/coreutils/catv.c index 0139b397f..e3499c597 100644 --- a/coreutils/catv.c +++ b/coreutils/catv.c | |||
@@ -29,7 +29,7 @@ int catv_main(int argc UNUSED_PARAM, char **argv) | |||
29 | #define CATV_OPT_e (1<<0) | 29 | #define CATV_OPT_e (1<<0) |
30 | #define CATV_OPT_t (1<<1) | 30 | #define CATV_OPT_t (1<<1) |
31 | #define CATV_OPT_v (1<<2) | 31 | #define CATV_OPT_v (1<<2) |
32 | typedef char BUG_const_mismatch[ | 32 | typedef char BUG_const_mismatch[ |
33 | CATV_OPT_e == VISIBLE_ENDLINE && CATV_OPT_t == VISIBLE_SHOW_TABS | 33 | CATV_OPT_e == VISIBLE_ENDLINE && CATV_OPT_t == VISIBLE_SHOW_TABS |
34 | ? 1 : -1 | 34 | ? 1 : -1 |
35 | ]; | 35 | ]; |