]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 22 Jan 2011 01:12:30 +0000 (18:12 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 22 Jan 2011 01:12:30 +0000 (18:12 -0700)
src/ipc/StartListening.cc

index 65fb6f0ac974b22e647a71e588ff8cdb033bc948..8e146f8272569b0d44c2823270745119c1d404c5 100644 (file)
@@ -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;