From: Jim Meyering Date: Thu, 1 May 1997 20:53:59 +0000 (+0000) Subject: indent cpp-directives X-Git-Tag: SH-UTILS-1_16a~113 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ccb48f46d62ec0de262c68bf853348d21548e31d;p=thirdparty%2Fcoreutils.git indent cpp-directives --- diff --git a/src/tr.c b/src/tr.c index 7005ae3315..1986357441 100644 --- a/src/tr.c +++ b/src/tr.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Written by Jim Meyering, meyering@cs.utexas.edu. */ +/* Written by Jim Meyering */ #include @@ -37,11 +37,11 @@ #include "error.h" #ifndef ULONG_MAX -#define ULONG_MAX ((unsigned long) ~(unsigned long) 0) +# define ULONG_MAX ((unsigned long) ~(unsigned long) 0) #endif #ifndef LONG_MAX -#define LONG_MAX ((long int) (ULONG_MAX >> 1)) +# define LONG_MAX ((long int) (ULONG_MAX >> 1)) #endif #ifndef UINT_MAX @@ -53,7 +53,7 @@ #endif #ifndef UCHAR_MAX -#define UCHAR_MAX 0xFF +# define UCHAR_MAX 0xFF #endif #define N_CHARS (UCHAR_MAX + 1) @@ -298,7 +298,7 @@ static int truncate_set1 = 0; static int translating; #ifndef BUFSIZ -#define BUFSIZ 8192 +# define BUFSIZ 8192 #endif #define IO_BUF_SIZE BUFSIZ