summaryrefslogtreecommitdiff
path: root/src/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/echo.c')
-rw-r--r--src/echo.c16
1 files changed, 8 insertions, 8 deletions
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;