From: wessels <> Date: Thu, 22 Aug 1996 02:11:54 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5939 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79c38f6ec3922c0e3e4eff5d538cfc0b5faf35d;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/cachemgr.cc b/src/cachemgr.cc index b4622904db..25dd308e82 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -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; diff --git a/src/stmem.cc b/src/stmem.cc index af8afaa190..93ad5f08e3 100644 --- a/src/stmem.cc +++ b/src/stmem.cc @@ -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;