From: hno <> Date: Sat, 9 Nov 2002 16:35:26 +0000 (+0000) Subject: indent (from Squid-2) X-Git-Tag: SQUID_3_0_PRE1~544 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fbbe2560414155306eb607c3ae00a630bcac3ef;p=thirdparty%2Fsquid.git indent (from Squid-2) --- diff --git a/src/fs/aufs/aiops.cc b/src/fs/aufs/aiops.cc index d05f4a578a..d47c14ce15 100644 --- a/src/fs/aufs/aiops.cc +++ b/src/fs/aufs/aiops.cc @@ -1,5 +1,5 @@ /* - * $Id: aiops.cc,v 1.16 2002/10/22 07:02:00 hno Exp $ + * $Id: aiops.cc,v 1.17 2002/11/09 09:35:26 hno Exp $ * * DEBUG: section 43 AIOPS * AUTHOR: Stewart Forster @@ -270,7 +270,7 @@ squidaio_init(void) /* Create threads and get them to sit in their wait loop */ squidaio_thread_pool = memPoolCreate("aio_thread", sizeof(squidaio_thread_t)); - assert (NUMTHREADS); + assert(NUMTHREADS); for (i = 0; i < NUMTHREADS; i++) { threadp = (squidaio_thread_t *)memPoolAlloc(squidaio_thread_pool); threadp->status = _THREAD_STARTING;