From a84367f51ed2e5de37bc682ff4ecd66f1c34a098 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 18 Aug 2003 08:57:28 +0000 Subject: [PATCH] Indent nested cpp directive. --- lib/setenv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2