From: wessels <> Date: Thu, 5 Dec 1996 01:22:45 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5340 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e81a68a3e8f4ad00a70fb7d472559aa7855fb54;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 6afc7662bb..dbb3a2052a 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.152 1996/12/04 17:51:40 wessels Exp $ + * $Id: cache_cf.cc,v 1.153 1996/12/04 18:22:45 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -1588,5 +1588,5 @@ configDoConfigure(void) sprintf(ThisCache, "%s:%d (Squid/%s)", getMyHostname(), (int) Config.Port.http, - SQUID_VERSION); + SQUID_VERSION); } diff --git a/src/dns.cc b/src/dns.cc index 81e0bdd950..1cab5e2c87 100644 --- a/src/dns.cc +++ b/src/dns.cc @@ -1,5 +1,5 @@ /* - * $Id: dns.cc,v 1.27 1996/12/04 17:50:34 wessels Exp $ + * $Id: dns.cc,v 1.28 1996/12/04 18:22:47 wessels Exp $ * * DEBUG: section 34 Dnsserver interface * AUTHOR: Harvest Derived @@ -251,7 +251,7 @@ dnsOpenServers(void) for (k = 0; k < N; k++) { dns_child_table[k] = xcalloc(1, sizeof(dnsserver_t)); if ((dnssocket = dnsOpenServer(prg)) < 0) { - debug(34, 1, "dnsOpenServers: WARNING: Failed to start 'dnsserver' #%d.\n", k+1); + debug(34, 1, "dnsOpenServers: WARNING: Failed to start 'dnsserver' #%d.\n", k + 1); dns_child_table[k]->flags &= ~DNS_FLAG_ALIVE; dns_child_table[k]->id = k + 1; dns_child_table[k]->inpipe = -1; diff --git a/src/main.cc b/src/main.cc index dfcb43a418..c366c96595 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ /* - * $Id: main.cc,v 1.124 1996/12/04 17:51:43 wessels Exp $ + * $Id: main.cc,v 1.125 1996/12/04 18:22:47 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -137,7 +137,7 @@ struct in_addr any_addr; struct in_addr theOutICPAddr; const char *const dash_str = "-"; const char *const null_string = ""; -char ThisCache[SQUIDHOSTNAMELEN<<1]; +char ThisCache[SQUIDHOSTNAMELEN << 1]; /* for error reporting from xmalloc and friends */ extern void (*failure_notify) _PARAMS((const char *));