[xiph-commits] r16337 - trunk/ezstream

moritz at svn.xiph.org moritz at svn.xiph.org
Sun Jul 26 03:52:02 PDT 2009


Author: moritz
Date: 2009-07-26 03:52:02 -0700 (Sun, 26 Jul 2009)
New Revision: 16337

Modified:
   trunk/ezstream/configure.in
Log:
Whitespace removal for consistency with other projects.


Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in	2009-07-26 07:33:08 UTC (rev 16336)
+++ trunk/ezstream/configure.in	2009-07-26 10:52:02 UTC (rev 16337)
@@ -63,13 +63,13 @@
 		Wstrict-prototypes
 	do
 		AX_CHECK_CFLAG([${_flag}],
-			[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}]) ], [])
+			[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}])], [])
 	done
 	AX_CHECK_CFLAG([Wformat=2],
-		[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat=2]) ],
+		[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat=2])],
 		[
 		  AX_CHECK_CFLAG([Wformat],
-			[ AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat]) ], [])
+			[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-Wformat])], [])
 		])
 else
 	case "${host}" in



More information about the commits mailing list