]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Thu, 22 Aug 1996 02:11:54 +0000 (02:11 +0000)
committerwessels <>
Thu, 22 Aug 1996 02:11:54 +0000 (02:11 +0000)
src/cachemgr.cc
src/stmem.cc

index b4622904dbe763f69d4e1c03699021116373648d..25dd308e82fe84be017d49e915c1ccdc54242197 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cachemgr.cc,v 1.14 1996/08/20 15:45:46 wessels Exp $
+ * $Id: cachemgr.cc,v 1.15 1996/08/21 20:11:54 wessels Exp $
  *
  * DEBUG: Section 0     CGI Cache Manager
  * AUTHOR: Harvest Derived
@@ -613,8 +613,8 @@ int main(int argc, char *argv[])
        !strcmp(operation, "DNS Server Stats")) {
        op = STATS_D;
     } else if (!strcmp(operation, "stats/redirector") ||
-      !strcmp(operation, "Redirection Server Stats")) {
-      op = STATS_R;
+       !strcmp(operation, "Redirection Server Stats")) {
+       op = STATS_R;
     } else if (!strcmp(operation, "stats/vm_objects") ||
        !strcmp(operation, "VM_Objects")) {
        op = STATS_VM;
index af8afaa1909e0159bcfd9712160ced0a94c2c81a..93ad5f08e30cd7cb21ca6a080dede128899e7573 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: stmem.cc,v 1.17 1996/08/21 20:11:18 wessels Exp $
+ * $Id: stmem.cc,v 1.18 1996/08/21 20:11:56 wessels Exp $
  *
  * DEBUG: section 19    Memory Primitives
  * AUTHOR: Harvest Derived
@@ -479,7 +479,7 @@ void stmemInit()
     mem_obj_pool.max_pages = FD_SETSIZE >> 3;
 
 #if PURIFY
-    debug(19,0,"Disabling stacks under purify\n");
+    debug(19, 0, "Disabling stacks under purify\n");
     sm_stats.max_pages = 0;
     disk_stats.max_pages = 0;
     request_pool.max_pages = 0;