From: Jim Meyering Date: Wed, 15 Nov 1995 15:04:51 +0000 (+0000) Subject: Indent. X-Git-Tag: TEXTUTILS-1_13F~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6c17e94f630e1e155aa3ffa79207ca4563252c;p=thirdparty%2Fcoreutils.git Indent. --- diff --git a/lib/getline.h b/lib/getline.h index c71aea1f3e..e2c3574954 100644 --- a/lib/getline.h +++ b/lib/getline.h @@ -4,11 +4,11 @@ #include #ifndef __P -#if defined (__GNUC__) || (defined (__STDC__) && __STDC__) -#define __P(args) args -#else -#define __P(args) () -#endif /* GCC. */ +# if defined (__GNUC__) || (defined (__STDC__) && __STDC__) +# define __P(args) args +# else +# define __P(args) () +# endif /* GCC. */ #endif /* Not __P. */ int