From: Automatic source maintenance Date: Sat, 22 May 2010 00:13:00 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5c123a82d13950a95d6628efc6406816c8f64b;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/http.cc b/src/http.cc index b5fd423df6..7a017326be 100644 --- a/src/http.cc +++ b/src/http.cc @@ -2104,9 +2104,9 @@ HttpStateData::doneSendingRequestBody() debugs(11, 2, "doneSendingRequestBody: matched brokenPosts"); if (!canSend(fd)) { - debugs(11,2, HERE << "cannot send CRLF to closing FD " << fd); - assert(closeHandler != NULL); - return; + debugs(11,2, HERE << "cannot send CRLF to closing FD " << fd); + assert(closeHandler != NULL); + return; } typedef CommCbMemFunT Dialer;