From cd374e11dd0f40766fbbbb3e9301f7fb421baf5e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Sep 2003 22:13:36 +0000 Subject: [PATCH] Correct cpp indentation. --- lib/getloadavg.c | 4 ++-- lib/strdup.c | 2 +- lib/vasnprintf.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/getloadavg.c b/lib/getloadavg.c index eb533f16ce..6ac0a8c5d2 100644 --- a/lib/getloadavg.c +++ b/lib/getloadavg.c @@ -481,7 +481,7 @@ static unsigned int samples; static struct dg_sys_info_load_info load_info; /* what-a-mouthful! */ # endif /* DGUX */ -#if !defined (HAVE_LIBKSTAT) && defined (LOAD_AVE_TYPE) +# if !defined (HAVE_LIBKSTAT) && defined (LOAD_AVE_TYPE) /* File descriptor open to /dev/kmem or VMS load ave driver. */ static int channel; /* Nonzero iff channel is valid. */ @@ -497,7 +497,7 @@ static struct nlist nl[2]; static kvm_t *kd; # endif /* SUNOS_5 */ -#endif /* LOAD_AVE_TYPE && !HAVE_LIBKSTAT */ +# endif /* LOAD_AVE_TYPE && !HAVE_LIBKSTAT */ /* Put the 1 minute, 5 minute and 15 minute load averages into the first NELEM elements of LOADAVG. diff --git a/lib/strdup.c b/lib/strdup.c index 28d2ba1aa9..52667e98e0 100644 --- a/lib/strdup.c +++ b/lib/strdup.c @@ -18,7 +18,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H -#include +# include #endif #include diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index 8eb950551d..9c701f1c61 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -527,7 +527,7 @@ vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args) retcount = 0; #if HAVE_SNPRINTF -#define SNPRINTF_BUF(arg) \ +# define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ @@ -547,7 +547,7 @@ vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args) abort (); \ } #else -#define SNPRINTF_BUF(arg) \ +# define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ -- 2.30.2