]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 11 Nov 2013 02:49:21 +0000 (19:49 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 11 Nov 2013 02:49:21 +0000 (19:49 -0700)
src/ipc/TypedMsgHdr.cc

index 15860c6ccea0a021262cd6924f6b7d41c2ef3bc3..fe201b34e52c319ed54fe84cac9719f7b84e302f 100644 (file)
@@ -170,10 +170,10 @@ Ipc::TypedMsgHdr::putRaw(const void *rawBuf, size_t rawSize)
 bool
 Ipc::TypedMsgHdr::hasFd() const
 {
-     struct cmsghdr *cmsg = CMSG_FIRSTHDR(this);
-     return cmsg &&
-         cmsg->cmsg_level == SOL_SOCKET &&
-         cmsg->cmsg_type == SCM_RIGHTS;
+    struct cmsghdr *cmsg = CMSG_FIRSTHDR(this);
+    return cmsg &&
+           cmsg->cmsg_level == SOL_SOCKET &&
+           cmsg->cmsg_type == SCM_RIGHTS;
 }
 
 void