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 93d35e4fa6e3975bc11596fb9ed92fb761d5f83d..aea32bed5c8ec57e4f3f3162f013d39c16a693c4 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>