From 9228fe6a6f958eb5db211bef8c2ac20d71ce148e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 9 Oct 1995 03:48:08 +0000 Subject: [PATCH] Indent cpp directives to reflect nesting. --- lib/xstrtol.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/xstrtol.c b/lib/xstrtol.c index 42d3758a69..0b4a714bf5 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -24,15 +24,15 @@ extern int errno; #endif #if HAVE_LIMITS_H -#include +# include #endif #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 #include "xstrtol.h" -- 2.30.2