diff lib/setenv.c @ 653:b63f146fd963

indent cpp-directives
author Jim Meyering <jim@meyering.net>
date Mon, 15 Jul 1996 03:56:06 +0000
parents 877cb3985712
children 5994c6f939c5
line wrap: on
line diff
--- a/lib/setenv.c
+++ b/lib/setenv.c
@@ -19,23 +19,23 @@
 USA.  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #include <errno.h>
 
 #if _LIBC || HAVE_STDLIB_H
-#include <stdlib.h>
+# include <stdlib.h>
 #endif
 #if _LIBC || HAVE_STRING_H
-#include <string.h>
+# include <string.h>
 #endif
 #if _LIBC || HAVE_UNISTD_H
-#include <unistd.h>
+# include <unistd.h>
 #endif
 
 #ifndef	HAVE_GNU_LD
-#define	__environ	environ
+# define	__environ	environ
 #endif
 
 int