From: Automatic source maintenance Date: Thu, 21 Jul 2011 00:12:33 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~55^2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e34d49a9ec8a6c354d67dd69d9b77250bd63a618;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/ipc/SharedListen.cc b/src/ipc/SharedListen.cc index fe4e59f7be..e102aa1a41 100644 --- a/src/ipc/SharedListen.cc +++ b/src/ipc/SharedListen.cc @@ -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);