From: Amos Jeffries Date: Sun, 1 Mar 2015 07:20:52 +0000 (-0800) Subject: Source Maintenance: update src/acl/Address.h wrapper macro X-Git-Tag: merge-candidate-3-v1~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d018168ef9a9b3ad54adc4c62548ccedc720d45d;p=thirdparty%2Fsquid.git Source Maintenance: update src/acl/Address.h wrapper macro --- diff --git a/src/acl/Address.h b/src/acl/Address.h index dbd27fb8a8..094e1dc09b 100644 --- a/src/acl/Address.h +++ b/src/acl/Address.h @@ -6,8 +6,8 @@ * Please see the COPYING and CONTRIBUTORS files for details. */ -#ifndef _SQUID_SRC_ACL_ADDRESS_H_ -#define _SQUID_SRC_ACL_ADDRESS_H_ +#ifndef _SQUID_SRC_ACL_ADDRESS_H +#define _SQUID_SRC_ACL_ADDRESS_H #include "acl/Acl.h" #include "ip/Address.h" @@ -32,5 +32,5 @@ public: } // namespace Acl -#endif /* _SQUID_SRC_ACL_ADDRESS_H_ */ +#endif /* _SQUID_SRC_ACL_ADDRESS_H */