.
authorJim Meyering <jim@meyering.net>
Tue, 29 Oct 1996 13:57:43 +0000 (13:57 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 29 Oct 1996 13:57:43 +0000 (13:57 +0000)
lib/xstrtol.c

index fe15ebae4ae76d6e2aa42716aee2fefca2f68c98..fea6c4801ae107b78c99e4f83a80942600031e9d 100644 (file)
 /* Written by Jim Meyering. */
 
 #if HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #if STDC_HEADERS
-#include <stdlib.h>
+# include <stdlib.h>
 #endif
 
 #if HAVE_STRING_H
@@ -146,8 +146,8 @@ __xstrtol (s, ptr, base, val, valid_suffixes)
 
 #ifdef TESTING_XSTRTO
 
-#include <stdio.h>
-#include "error.h"
+# include <stdio.h>
+# include "error.h"
 
 char *program_name;
 
@@ -175,4 +175,5 @@ main (int argc, char** argv)
     }
   exit (0);
 }
+
 #endif /* TESTING_XSTRTO */