summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-29 22:12:15 +0000
committerJim Meyering <jim@meyering.net>2004-05-29 22:12:15 +0000
commitc04071591e4e13f7476e637a6a153b0fc74210a9 (patch)
tree69e476af089058f07f8d8a7449f7d00ada4fd339 /lib
parent21edf06db24741e1317c69606ce34e9c2fd2d5d0 (diff)
downloadcoreutils-c04071591e4e13f7476e637a6a153b0fc74210a9.tar.xz
remove trailing blank
Diffstat (limited to 'lib')
-rw-r--r--lib/alloca_.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/alloca_.h b/lib/alloca_.h
index 8a91698c5..10995510e 100644
--- a/lib/alloca_.h
+++ b/lib/alloca_.h
@@ -39,7 +39,7 @@
#ifdef __GNUC__
# define alloca __builtin_alloca
#elif defined _AIX
-# define alloca __alloca
+# define alloca __alloca
#elif defined _MSC_VER
# include <malloc.h>
# define alloca _alloca