changeset 16020:af314a807a78

putenv: indent #definition of "environ" to placate cppi * lib/putenv.c (environ): Make indentation reflect cpp nesting.
author Jim Meyering <meyering@redhat.com>
date Wed, 02 Nov 2011 09:15:34 +0100
parents 183973825202
children ab92e00caa02
files ChangeLog lib/putenv.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Nov 01 18:04:21 2011 +0100
+++ b/ChangeLog	Wed Nov 02 09:15:34 2011 +0100
@@ -1,5 +1,8 @@
 2011-11-02  Jim Meyering  <meyering@redhat.com>
 
+	putenv: indent #definition of "environ" to placate cppi
+	* lib/putenv.c (environ): Make indentation reflect cpp nesting.
+
 	gitlog-to-changelog: provide a ChangeLog-repair mechanism
 	Git logs are often treated as immutable, because editing them
 	changes the SHA1 checksums of all descendants.  Thus, errors in
--- a/lib/putenv.c	Tue Nov 01 18:04:21 2011 +0100
+++ b/lib/putenv.c	Wed Nov 02 09:15:34 2011 +0100
@@ -36,7 +36,7 @@
 
 #if _LIBC
 # if HAVE_GNU_LD
-# define environ __environ
+#  define environ __environ
 # else
 extern char **environ;
 # endif