From: wessels <> Date: Wed, 5 Jan 2000 13:26:41 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~2090 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=960a01e35643bb1c91621cb6b4a5f75743b49d21;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 28a18c8679..996f146842 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir.cc,v 1.101 2000/01/05 06:25:42 wessels Exp $ + * $Id: store_dir.cc,v 1.102 2000/01/05 06:26:41 wessels Exp $ * * DEBUG: section 47 Store Directory Routines * AUTHOR: Duane Wessels @@ -75,6 +75,7 @@ storeCreateSwapDirectories(void) } while (pid > 0 || (pid < 0 && errno == EINTR)); } + static int storeDirSelectSwapDir(void) { @@ -102,7 +103,7 @@ storeDirSelectSwapDir(void) #if OLD /* - *Spread load across least 3/4 of the store directories + * Spread load across least 3/4 of the store directories */ static int storeDirSelectSwapDir(void)