]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Maintenance: update src/acl/Address.h wrapper macro
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2015 07:20:52 +0000 (23:20 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2015 07:20:52 +0000 (23:20 -0800)
src/acl/Address.h

index dbd27fb8a837d7b956b2fc94b224ca948b834b06..094e1dc09b287427d2c5e04449e038db972c58e9 100644 (file)
@@ -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 */