]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Sat, 7 Dec 1996 04:52:01 +0000 (04:52 +0000)
committerwessels <>
Sat, 7 Dec 1996 04:52:01 +0000 (04:52 +0000)
src/http.cc

index 22b710fba1e5fe3f19813e1129555abf204f6807..5d656f740d8adf9ccbc998a347cf23b741c0893e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: http.cc,v 1.133 1996/12/06 17:52:38 wessels Exp $
+ * $Id: http.cc,v 1.134 1996/12/06 21:52:01 wessels Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -622,7 +622,7 @@ httpAppendRequestHeader(char *hdr, const char *line, size_t * sz, size_t max)
 #ifdef USE_ANONYMIZER
     if (!httpAnonSearchHeaderField(http_anon_allowed_header, line)) {
        debug(11, 5, "httpAppendRequestHeader: removed for anonymity: <%s>\n",
-               line);
+           line);
        return;
     }
 #endif