From 9080de09fc88d2ec30c3ef5dc18cba6fcfcc2ad3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 1 May 1997 20:51:16 +0000 Subject: indent cpp-directives --- src/echo.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/echo.c') diff --git a/src/echo.c b/src/echo.c index 152e5cf19..df8a79a50 100644 --- a/src/echo.c +++ b/src/echo.c @@ -48,13 +48,13 @@ on System V systems with the -E option. #define V9_DEFAULT #if defined (V9_ECHO) -# if defined (V9_DEFAULT) -# define VALID_ECHO_OPTIONS "neE" -# else -# define VALID_ECHO_OPTIONS "ne" -# endif /* !V9_DEFAULT */ +# if defined (V9_DEFAULT) +# define VALID_ECHO_OPTIONS "neE" +# else +# define VALID_ECHO_OPTIONS "ne" +# endif /* !V9_DEFAULT */ #else /* !V9_ECHO */ -# define VALID_ECHO_OPTIONS "n" +# define VALID_ECHO_OPTIONS "n" #endif /* !V9_ECHO */ /* The name this program was run with. */ @@ -152,10 +152,10 @@ main (int argc, char **argv) #if defined (V9_ECHO) else if (*temp == 'e') do_v9 = 1; -#if defined (V9_DEFAULT) +# if defined (V9_DEFAULT) else if (*temp == 'E') do_v9 = 0; -#endif /* V9_DEFAULT */ +# endif /* V9_DEFAULT */ #endif /* V9_ECHO */ else goto just_echo; -- cgit v1.2.3-54-g00ecf