]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 21 Jul 2011 00:12:33 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 21 Jul 2011 00:12:33 +0000 (18:12 -0600)
src/ipc/SharedListen.cc

index fe4e59f7be3f19517020906d0178d615bcb5be3a..e102aa1a41bb8b75c344d4e2b8d3e320d40533e0 100644 (file)
@@ -88,7 +88,7 @@ Ipc::SharedListenResponse::SharedListenResponse(int aFd, int anErrNo, int aMapId
 }
 
 Ipc::SharedListenResponse::SharedListenResponse(const TypedMsgHdr &hdrMsg):
-    fd(-1), errNo(0), mapId(-1)
+        fd(-1), errNo(0), mapId(-1)
 {
     hdrMsg.checkType(mtSharedListenResponse);
     hdrMsg.getPod(*this);