From: Jim Meyering Date: Sun, 28 Sep 2003 08:09:13 +0000 (+0000) Subject: Correct cpp indentation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1936bcb20110a196671e93da989cc8bc22f2e4e0;p=pspp Correct cpp indentation. --- diff --git a/lib/error.c b/lib/error.c index b6af64e976..1149235a10 100644 --- a/lib/error.c +++ b/lib/error.c @@ -90,9 +90,9 @@ extern void __error_at_line (int status, int errnum, const char *file_name, char *strerror_r (); # endif -#ifndef SIZE_MAX -# define SIZE_MAX ((size_t) -1) -#endif +# ifndef SIZE_MAX +# define SIZE_MAX ((size_t) -1) +# endif /* The calling program should define program_name and set it to the name of the executing program. */