[Pkg-shadow-commits] r3492 - upstream/trunk/lib

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Sep 18 20:44:09 UTC 2011


Author: nekral-guest
Date: 2011-09-18 20:44:09 +0000 (Sun, 18 Sep 2011)
New Revision: 3492

Modified:
   upstream/trunk/lib/defines.h
Log:
Re-indent.


Modified: upstream/trunk/lib/defines.h
===================================================================
--- upstream/trunk/lib/defines.h	2011-09-18 20:43:28 UTC (rev 3491)
+++ upstream/trunk/lib/defines.h	2011-09-18 20:44:09 UTC (rev 3492)
@@ -177,7 +177,7 @@
  * --Nekral */
 #define SYSLOG(x)							\
 	do {								\
-		char *old_locale = setlocale(LC_ALL, NULL);		\
+		char *old_locale = setlocale (LC_ALL, NULL);		\
 		char *saved_locale = NULL;				\
 		if (NULL != old_locale) {				\
 			saved_locale = strdup (old_locale);		\




More information about the Pkg-shadow-commits mailing list