From: wessels <> Date: Tue, 27 Aug 1996 05:27:12 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5916 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9e08a574904a6be45abba70e1f4d2bbfbe5a14b;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/client_side.cc b/src/client_side.cc index aafb67a809..9e717e51fc 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.10 1996/08/26 22:47:50 wessels Exp $ + * $Id: client_side.cc,v 1.11 1996/08/26 23:27:12 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -116,8 +116,8 @@ void clientAccessCheck(icpState, handler) } #if USE_PROXY_AUTH if (clientProxyAuthCheck == 0) { - char *wbuf = NULL; - int fd = icpState->fd; + char *wbuf = NULL; + int fd = icpState->fd; debug(12, 4, "Proxy Denied: %s\n", icpState->url); icpState->log_type = ERR_PROXY_DENIED; icpState->http_code = 407; diff --git a/src/errorpage.cc b/src/errorpage.cc index deec1c6328..475051edfb 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.32 1996/08/26 22:47:51 wessels Exp $ + * $Id: errorpage.cc,v 1.33 1996/08/26 23:27:12 wessels Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -366,4 +366,3 @@ char *proxy_denied_msg(code, method, url, client) getMyHostname()); return tmp_error_buf; } -