From: Jim Meyering Date: Mon, 18 Aug 2003 08:57:28 +0000 (+0000) Subject: Indent nested cpp directive. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84367f51ed2e5de37bc682ff4ecd66f1c34a098;p=pspp Indent nested cpp directive. --- diff --git a/lib/setenv.h b/lib/setenv.h index 9068b70ff2..1c69ac3e49 100644 --- 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 +# include #endif