[Pkg-shadow-commits] r2104 - upstream/trunk/src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Jun 10 19:18:45 UTC 2008


Author: nekral-guest
Date: 2008-06-10 19:18:44 +0000 (Tue, 10 Jun 2008)
New Revision: 2104

Modified:
   upstream/trunk/src/faillog.c
Log:
re-indent.


Modified: upstream/trunk/src/faillog.c
===================================================================
--- upstream/trunk/src/faillog.c	2008-06-10 19:18:34 UTC (rev 2103)
+++ upstream/trunk/src/faillog.c	2008-06-10 19:18:44 UTC (rev 2104)
@@ -245,8 +245,8 @@
 	}
 	faillog.fail_max = max;
 
-	if (fseeko (fail, offset, SEEK_SET) == 0
-	    && fwrite ((char *) &faillog, sizeof faillog, 1, fail) == 1) {
+	if (   (fseeko (fail, offset, SEEK_SET) == 0)
+	    && (fwrite ((char *) &faillog, sizeof faillog, 1, fail) == 1)) {
 		fflush (fail);
 	} else {
 		perror (FAILLOG_FILE);




More information about the Pkg-shadow-commits mailing list