]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 13 Jan 2013 01:13:10 +0000 (18:13 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 13 Jan 2013 01:13:10 +0000 (18:13 -0700)
src/defines.h

index 3c42025742e4a4550ffb86bce9c071ee28522dc8..1828701ddd7d425705ce1ee21400f24d5ab64b58 100644 (file)
 
 /* required for AF_UNIX below to be defined [on FreeBSD] */
 #if HAVE_SYS_SOCKET_H
-#include <sys/socket.h> 
+#include <sys/socket.h>
 #endif
 
 #if HAVE_SOCKETPAIR && defined (AF_UNIX)