From: Automatic source maintenance Date: Sat, 22 Jan 2011 01:12:30 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: take03^2~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=850bafeb88e00506ea80895035848fc13221a51d;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ipc/StartListening.cc b/src/ipc/StartListening.cc index 65fb6f0ac9..8e146f8272 100644 --- a/src/ipc/StartListening.cc +++ b/src/ipc/StartListening.cc @@ -29,7 +29,7 @@ void Ipc::StartListening(int sock_type, int proto, Ip::Address &addr, int flags, FdNoteId fdNote, AsyncCall::Pointer &callback) { - if (UsingSmp()) { // if SMP is on, share + if (UsingSmp()) { // if SMP is on, share OpenListenerParams p; p.sock_type = sock_type; p.proto = proto;