]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
indent (from Squid-2)
authorhno <>
Sat, 9 Nov 2002 16:35:26 +0000 (16:35 +0000)
committerhno <>
Sat, 9 Nov 2002 16:35:26 +0000 (16:35 +0000)
src/fs/aufs/aiops.cc

index d05f4a578a48381bcde46de1401c770aedb7e5b0..d47c14ce159a4c09033d50adfec1506dfa6635d6 100644 (file)
@@ -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 <slf@connect.com.au>
@@ -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;