From: Jim Meyering Date: Mon, 18 Aug 2003 08:52:17 +0000 (+0000) Subject: Remove trailing blanks. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b22cb64d93170e24081f056bd671c6671f6958;p=pspp Remove trailing blanks. --- 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