changeset 4591:e2dea0e5b24a

Indent nested cpp directive.
author Jim Meyering <jim@meyering.net>
date Mon, 18 Aug 2003 08:57:28 +0000
parents 006a978a5d9f
children a6a2cd74744d
files lib/setenv.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/setenv.h
+++ b/lib/setenv.h
@@ -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