From: Automatic source maintenance Date: Mon, 30 Jul 2012 00:13:12 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: sourceformat-review-1~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1057efa862d89b40d179d76ea1b30d444831f380;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ident/Ident.cc b/src/ident/Ident.cc index f5e37e454a..1d64cce845 100644 --- a/src/ident/Ident.cc +++ b/src/ident/Ident.cc @@ -156,7 +156,7 @@ Ident::ConnectDone(const Comm::ConnectionPointer &conn, comm_err_t status, int x conn->remote.GetPort(), conn->local.GetPort()); AsyncCall::Pointer writeCall = commCbCall(5,4, "Ident::WriteFeedback", - CommIoCbPtrFun(Ident::WriteFeedback, state)); + CommIoCbPtrFun(Ident::WriteFeedback, state)); Comm::Write(conn, &mb, writeCall); AsyncCall::Pointer readCall = commCbCall(5,4, "Ident::ReadReply", CommIoCbPtrFun(Ident::ReadReply, state));