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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Wed Aug 6 15:55:17 UTC 2008


Author: nekral-guest
Date: 2008-08-06 15:55:16 +0000 (Wed, 06 Aug 2008)
New Revision: 2240

Modified:
   upstream/trunk/lib/nscd.c
Log:
Re-indent.

Modified: upstream/trunk/lib/nscd.c
===================================================================
--- upstream/trunk/lib/nscd.c	2008-08-06 15:54:49 UTC (rev 2239)
+++ upstream/trunk/lib/nscd.c	2008-08-06 15:55:16 UTC (rev 2240)
@@ -27,8 +27,8 @@
 	char *spawnedEnv[] = {NULL};
 
 	/* spawn process */
-	err = posix_spawn(&pid, spawnedArgs[0], NULL, NULL,
-	                  spawnedArgs, spawnedEnv);
+	err = posix_spawn (&pid, spawnedArgs[0], NULL, NULL,
+	                   spawnedArgs, spawnedEnv);
 	if(0 != err)
 	{
 		(void) fputs (_(MSG_NSCD_FLUSH_CACHE_FAILED), stderr);




More information about the Pkg-shadow-commits mailing list