]> Pileus Git - ~andy/fetchmail/commitdiff
Get rid ofv non-portable whitespace messages.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 17 Jul 2003 15:30:12 +0000 (15:30 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 17 Jul 2003 15:30:12 +0000 (15:30 -0000)
svn path=/trunk/; revision=3820

fetchmail.h
interface.c
xalloca.c

index 8b4280b3c57d8c53d62539f66bb20d0ab32626ca..627048f4fd5224ca407d51fc13a77e575daf64f1 100644 (file)
@@ -566,7 +566,7 @@ char *xstrdup(const char *);
 #include <alloca.h>
 #else
 #ifdef _AIX
- #pragma alloca
+#pragma alloca
 #endif
 #endif
 #define        xalloca(ptr, t, n)      if (!(ptr = (t) alloca(n)))\
index 29d4c1073d492e4fb655d118a2e358f0ca296a3b..a70e6104cae39c7fc99dfedd9215b27cd48ecfc7 100644 (file)
 #include <net/if.h>
 #if defined(__FreeBSD__)
 #if defined __FreeBSD_USE_KVM
-    #if __FreeBSD_version >= 300001
-       #include <net/if_var.h>
-    #endif
-    #include <kvm.h>
-    #include <nlist.h>
-    #include <sys/fcntl.h>
+#if __FreeBSD_version >= 300001
+#include <net/if_var.h>
+#endif
+#include <kvm.h>
+#include <nlist.h>
+#include <sys/fcntl.h>
 #else
-    #include <sys/sysctl.h>
-    #include <net/route.h>
-    #include <net/if_dl.h>
+#include <sys/sysctl.h>
+#include <net/route.h>
+#include <net/if_dl.h>
 #endif
 #endif
 #include "config.h"
index 812b551418a59a7fd911702cb2cf605ac34165de..b9d8d545d277f851e92c6adae7bb1207706eb94c 100644 (file)
--- a/xalloca.c
+++ b/xalloca.c
@@ -15,7 +15,7 @@
 #include <alloca.h>
 #else
 #ifdef _AIX
- #pragma alloca
+#pragma alloca
 #endif
 #endif