From 3ea2606e4125cf29694757dea9c4f607043536ce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 7 Oct 1997 23:58:29 +0000 Subject: indent cpp directives to reflect nesting --- src/cat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cat.c') diff --git a/src/cat.c b/src/cat.c index 48b2ca9a6..076898695 100644 --- a/src/cat.c +++ b/src/cat.c @@ -28,7 +28,7 @@ #include #include #ifndef _POSIX_SOURCE -#include +# include #endif #include "system.h" #include "error.h" @@ -279,9 +279,9 @@ cat ( Irix-5 returns ENOSYS on pipes. */ if (errno == EOPNOTSUPP || errno == ENOTTY || errno == EINVAL || errno == ENODEV -#ifdef ENOSYS +# ifdef ENOSYS || errno == ENOSYS -#endif +# endif ) use_fionread = 0; else -- cgit v1.2.3-54-g00ecf