summaryrefslogtreecommitdiff
path: root/lib/vasnprintf.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-10 11:17:36 +0000
committerJim Meyering <jim@meyering.net>2003-07-10 11:17:36 +0000
commit8547d89e9e18068aa5f6b664ca098f478cb533fc (patch)
treec0c1640da3c8a363497ebfb8082fad3ecbb0cf70 /lib/vasnprintf.c
parent4771be1d7d4ca296f582e18ac94409083cfef48c (diff)
downloadgnulib-8547d89e9e18068aa5f6b664ca098f478cb533fc.tar.gz
Remove trailing blanks.
Make cpp indentation consistent.
Diffstat (limited to 'lib/vasnprintf.c')
-rw-r--r--lib/vasnprintf.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c
index 7aac42bcd5..b3ab2d6124 100644
--- a/lib/vasnprintf.c
+++ b/lib/vasnprintf.c
@@ -40,12 +40,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
char *
@@ -510,7 +510,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: \
@@ -530,7 +530,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: \