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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Jun 17 22:00:37 UTC 2008


Author: nekral-guest
Date: 2008-06-17 22:00:36 +0000 (Tue, 17 Jun 2008)
New Revision: 2194

Modified:
   upstream/trunk/src/useradd.c
Log:
Re-indent.


Modified: upstream/trunk/src/useradd.c
===================================================================
--- upstream/trunk/src/useradd.c	2008-06-17 21:58:46 UTC (rev 2193)
+++ upstream/trunk/src/useradd.c	2008-06-17 22:00:36 UTC (rev 2194)
@@ -1418,7 +1418,7 @@
 	    || (close (fd) != 0)) {
 		fprintf (stderr,
 		         _("%s: failed to reset the faillog entry of UID %lu: %s\n"),
-		         Prog, (unsigned long) uid, strerror(errno));
+		         Prog, (unsigned long) uid, strerror (errno));
 	}
 }
 
@@ -1441,7 +1441,7 @@
 	    || (close (fd) != 0)) {
 		fprintf (stderr,
 		         _("%s: failed to reset the lastlog entry of UID %lu: %s\n"),
-		         Prog, (unsigned long) uid, strerror(errno));
+		         Prog, (unsigned long) uid, strerror (errno));
 	}
 }
 




More information about the Pkg-shadow-commits mailing list