Whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2013-07-30 11:52:58 +02:00
parent bfa6ed1bf4
commit 982e87f2fb
12 changed files with 23 additions and 23 deletions

View File

@ -29,7 +29,7 @@ int catv_main(int argc UNUSED_PARAM, char **argv)
#define CATV_OPT_e (1<<0)
#define CATV_OPT_t (1<<1)
#define CATV_OPT_v (1<<2)
typedef char BUG_const_mismatch[
typedef char BUG_const_mismatch[
CATV_OPT_e == VISIBLE_ENDLINE && CATV_OPT_t == VISIBLE_SHOW_TABS
? 1 : -1
];