]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Thu, 11 Aug 2016 23:45:29 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 11 Aug 2016 23:45:29 +0000 (23:45 +0000)
lib/isc/unix/socket.c

index 47606b29970c5b7a06cbc0895bdcdab314ba0f39..cef85fa86bedec2287290421fb2334155c13e563 100644 (file)
@@ -1526,7 +1526,7 @@ build_msghdr_send(isc__socket_t *sock, isc_socketevent_t *dev,
                cmsgp->cmsg_len = cmsg_len(sizeof(struct in6_pktinfo));
                pktinfop = (struct in6_pktinfo *)CMSG_DATA(cmsgp);
                memmove(pktinfop, &dev->pktinfo, sizeof(struct in6_pktinfo));
-       } 
+       }
 #endif
 
 #if defined(IPV6_USE_MIN_MTU)