]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Mon, 1 Apr 1996 11:51:14 +0000 (11:51 +0000)
committerwessels <>
Mon, 1 Apr 1996 11:51:14 +0000 (11:51 +0000)
src/http.cc

index 9fd728a3cd6fb5276a89be0748bb9e679784ad57..496e0154e94f95208a42a9d62e5d736d90b76b10 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: http.cc,v 1.19 1996/04/01 04:30:32 wessels Exp $ */
+/* $Id: http.cc,v 1.20 1996/04/01 04:51:14 wessels Exp $ */
 
 /*
  * DEBUG: Section 11          http: HTTP
@@ -178,7 +178,7 @@ static void httpProcessReplyHeader(data, buf)
            data->reply_hdr);
        t = strtok(headers, "\n");
        while (t) {
-           s = t+strlen(t);
+           s = t + strlen(t);
            while (*s == '\r')
                *s-- = '\0';
            if (!strncasecmp(t, "HTTP", 4)) {