From: wessels <> Date: Mon, 1 Apr 1996 11:51:14 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~6321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6250d39f73fac55664b1ed2a6ddeba7682b5727;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/http.cc b/src/http.cc index 9fd728a3cd..496e0154e9 100644 --- a/src/http.cc +++ b/src/http.cc @@ -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)) {