[Pkg-shadow-commits] r3561 - upstream/trunk/libmisc

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sun Nov 6 18:40:06 UTC 2011


Author: nekral-guest
Date: 2011-11-06 18:40:06 +0000 (Sun, 06 Nov 2011)
New Revision: 3561

Modified:
   upstream/trunk/libmisc/xgetXXbyYY.c
Log:
Re-indent.

Modified: upstream/trunk/libmisc/xgetXXbyYY.c
===================================================================
--- upstream/trunk/libmisc/xgetXXbyYY.c	2011-11-06 18:39:59 UTC (rev 3560)
+++ upstream/trunk/libmisc/xgetXXbyYY.c	2011-11-06 18:40:06 UTC (rev 3561)
@@ -91,7 +91,7 @@
 		errno = 0;
 		status = REENTRANT_NAME(ARG_NAME, result, buffer,
 		                        length, &resbuf);
-		if ((0 ==status) && (resbuf == result)) {
+		if ((0 == status) && (resbuf == result)) {
 			/* Build a result structure that can be freed by
 			 * the shadow *_free functions. */
 			LOOKUP_TYPE *ret_result = DUP_FUNCTION(result);




More information about the Pkg-shadow-commits mailing list