From 94468e0921ba91181250d650200fcecd9ee57577 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 29 May 1997 13:20:25 +0000 Subject: indent cpp directives --- src/ansi2knr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ansi2knr.c') diff --git a/src/ansi2knr.c b/src/ansi2knr.c index 64a4578a2..8731f6ddd 100644 --- a/src/ansi2knr.c +++ b/src/ansi2knr.c @@ -140,14 +140,14 @@ program under the GPL. * Compensate for this here. */ #ifdef isascii -# undef HAVE_ISASCII /* just in case */ -# define HAVE_ISASCII 1 +# undef HAVE_ISASCII /* just in case */ +# define HAVE_ISASCII 1 #else #endif #if STDC_HEADERS || !HAVE_ISASCII -# define is_ascii(c) 1 +# define is_ascii(c) 1 #else -# define is_ascii(c) isascii(c) +# define is_ascii(c) isascii(c) #endif #define is_space(c) (is_ascii(c) && isspace(c)) -- cgit v1.2.3-54-g00ecf