]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 27 Aug 1996 05:27:12 +0000 (05:27 +0000)
committerwessels <>
Tue, 27 Aug 1996 05:27:12 +0000 (05:27 +0000)
src/client_side.cc
src/errorpage.cc

index aafb67a80986018aa6c508199c504980b9d36aa8..9e717e51fcb1448c11652e7c945d88c1d77806f7 100644 (file)
@@ -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;
index deec1c632871fcd2b15ad38a43f739387121fccf..475051edfb06cb1fad8b26d1fb3ebb8a62532fb1 100644 (file)
@@ -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;
 }
-