From 55b22cb64d93170e24081f056bd671c6671f6958 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 18 Aug 2003 08:52:17 +0000 Subject: [PATCH] Remove trailing blanks. --- lib/vasnprintf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index de1224a77e..8eb950551d 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -39,12 +39,12 @@ #include "printf-parse.h" /* For those losing systems which don't have 'alloca' we have to add - some additional code emulating it. */ -#ifdef HAVE_ALLOCA + some additional code emulating it. */ +#ifdef HAVE_ALLOCA # define freea(p) /* nothing */ #else -# define alloca(n) malloc (n) -# define freea(p) free (p) +# define alloca(n) malloc (n) +# define freea(p) free (p) #endif #ifdef HAVE_WCHAR_T -- 2.30.2