Indent nested CPP-directives.
authorJim Meyering <jim@meyering.net>
Sun, 14 Jul 1996 12:45:09 +0000 (12:45 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Jul 1996 12:45:09 +0000 (12:45 +0000)
lib/safe-read.c

index 93d35e4..aea32be 100644 (file)
    */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #include <sys/types.h>
 
 #ifdef HAVE_UNISTD_H
-#include <unistd.h>
+# include <unistd.h>
 #endif
 
 #include <errno.h>