]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 30 Jul 2012 00:13:12 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 30 Jul 2012 00:13:12 +0000 (18:13 -0600)
src/ident/Ident.cc

index f5e37e454a760a3116da4b42f45ba99cb620e655..1d64cce8454c3f052eb7e4de62f03688b2ffe0d2 100644 (file)
@@ -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));