aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile4
-rw-r--r--compat.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7c03ac95..b2248b30 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.126 2010-05-12 19:47:25 nicm Exp $
+# $Id: GNUmakefile,v 1.127 2010-05-19 21:49:57 nicm Exp $
#
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
#
@@ -28,7 +28,7 @@ LIBS+=
# Sun CC
ifneq ($(shell ($(CC) -V 2>&1|awk '/Sun C/' || true)), )
- CFLAGS+=-erroff=E_EMPTY_DECLARATION
+ CFLAGS+= -erroff=E_EMPTY_DECLARATION
FDEBUG=
endif
diff --git a/compat.h b/compat.h
index 83ae841d..20e13137 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $Id: compat.h,v 1.22 2010-05-19 21:40:49 nicm Exp $ */
+/* $Id: compat.h,v 1.23 2010-05-19 21:49:57 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -42,7 +42,7 @@ typedef uint64_t u_int64_t;
#else
#include "compat/tree.h"
#endif
-
+
#ifdef HAVE_BITSTRING_H
#include <bitstring.h>
#else