]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 9 Dec 2016 06:15:51 +0000 (06:15 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 9 Dec 2016 06:15:51 +0000 (06:15 +0000)
src/servers/HttpServer.cc

index 59e8967c9ac552de88e93d4b921023e3cda0b8c3..ce8f3d59bfe1ed0a8b29c0cabeb460fc9d696672 100644 (file)
@@ -170,7 +170,7 @@ Http::Server::handleReply(HttpReply *rep, StoreIOBuffer receivedData)
 bool
 Http::Server::writeControlMsgAndCall(ClientSocketContext *context, HttpReply *rep, AsyncCall::Pointer &call)
 {
-    // Ignore this late control message if we have started sending a 
+    // Ignore this late control message if we have started sending a
     // reply to the user already (e.g., after an error).
     if (context->reply) {
         debugs(11, 2, "drop 1xx made late by " << context->reply);