From 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 30 Jul 2013 11:52:58 +0200 Subject: Whitespace fixes Signed-off-by: Denys Vlasenko --- coreutils/catv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') 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) #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 ]; -- cgit v1.2.3