summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-02 09:15:34 +0100
committerJim Meyering <meyering@redhat.com>2011-11-02 09:15:34 +0100
commitaf0285db3e8dee3f40ba573e845362335ac0cff2 (patch)
treec53c73172bf1bededb7035bb23511e8c2b2d3b75 /lib
parent57789615cb81dba6075ef76d3faddaa10dc61a07 (diff)
downloadgnulib-af0285db3e8dee3f40ba573e845362335ac0cff2.tar.gz
putenv: indent #definition of "environ" to placate cppi
* lib/putenv.c (environ): Make indentation reflect cpp nesting.
Diffstat (limited to 'lib')
-rw-r--r--lib/putenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/putenv.c b/lib/putenv.c
index 3c332791bb..2da33760b9 100644
--- a/lib/putenv.c
+++ b/lib/putenv.c
@@ -36,7 +36,7 @@
#if _LIBC
# if HAVE_GNU_LD
-# define environ __environ
+# define environ __environ
# else
extern char **environ;
# endif