--------------------- PatchSet 8054 Date: 2006/05/27 16:47:59 Author: serassio Branch: nt Tag: (none) Log: Ran indent Members: src/store_dir.c:1.21.8.4->1.21.8.5 Index: squid/src/store_dir.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/store_dir.c,v retrieving revision 1.21.8.4 retrieving revision 1.21.8.5 diff -u -r1.21.8.4 -r1.21.8.5 --- squid/src/store_dir.c 27 May 2006 16:40:12 -0000 1.21.8.4 +++ squid/src/store_dir.c 27 May 2006 16:47:59 -0000 1.21.8.5 @@ -1,6 +1,6 @@ /* - * $Id: store_dir.c,v 1.21.8.4 2006/05/27 16:40:12 serassio Exp $ + * $Id: store_dir.c,v 1.21.8.5 2006/05/27 16:47:59 serassio Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -84,7 +84,7 @@ */ #ifndef _SQUID_MSWIN_ if (fork()) - return; + return; #endif if (NULL != sd->newfs) sd->newfs(sd); @@ -103,15 +103,15 @@ #endif for (i = 0; i < Config.cacheSwap.n_configured; i++) { - startOneSwapDirCreation(&Config.cacheSwap.swapDirs[i]); + startOneSwapDirCreation(&Config.cacheSwap.swapDirs[i]); #ifndef _SQUID_MSWIN_ - do { + do { #ifdef _SQUID_NEXT_ - pid = wait3(&status, WNOHANG, NULL); + pid = wait3(&status, WNOHANG, NULL); #else - pid = waitpid(-1, &status, 0); + pid = waitpid(-1, &status, 0); #endif - } while (pid > 0 || (pid < 0 && errno == EINTR)); + } while (pid > 0 || (pid < 0 && errno == EINTR)); #endif /* _SQUID_MSWIN_ */ } }