Indent nested cpp directive.
authorJim Meyering <jim@meyering.net>
Mon, 18 Aug 2003 08:57:28 +0000 (08:57 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 18 Aug 2003 08:57:28 +0000 (08:57 +0000)
lib/setenv.h

index 9068b70ff2320e6a223dec9a5e83db7ab2fc2799..1c69ac3e499f6f019e6090eb78400e346436c8bc 100644 (file)
@@ -1,5 +1,5 @@
 /* Setting environment variables.
-   Copyright (C) 2001-2002 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
 #if HAVE_SETENV || HAVE_UNSETENV
 
 /* Get setenv(), unsetenv() declarations.  */
-#include <stdlib.h>
+# include <stdlib.h>
 
 #endif