]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Wed, 17 Apr 1996 00:31:32 +0000 (00:31 +0000)
committerwessels <>
Wed, 17 Apr 1996 00:31:32 +0000 (00:31 +0000)
src/cache_cf.cc

index a16ede4f415ce0374c7aef4032ccd7fce7c1beac..b8d16f391ccafaa6cfb951d319b9cd857c247a8f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: cache_cf.cc,v 1.47 1996/04/16 18:30:06 wessels Exp $ */
+/* $Id: cache_cf.cc,v 1.48 1996/04/16 18:31:32 wessels Exp $ */
 
 /* DEBUG: Section 3             cache_cf: Configuration file parsing */
 
@@ -430,7 +430,7 @@ static void parseCacheHostLine()
        } else if (!strncasecmp(token, "weight=", 7)) {
            weight = atoi(token + 7);
        } else {
-           debug(3,0,"parseCacheHostLine: token='%s'\n", token);
+           debug(3, 0, "parseCacheHostLine: token='%s'\n", token);
            self_destruct();
        }
     }