Skip to content

Commit 6707b22

Browse files
committed
Removed __ prefix from include guard.
1 parent a9d47ce commit 6707b22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/string_utility.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// http://www.boost.org/LICENSE_1_0.txt)
55

66

7-
#ifndef __URI_TEST_STRING_UTILITY_INC__
8-
#define __URI_TEST_STRING_UTILITY_INC__
7+
#ifndef URI_TEST_STRING_UTILITY_INC
8+
#define URI_TEST_STRING_UTILITY_INC
99

1010
#include <boost/utility/string_ref.hpp>
1111
#include <cstring>
@@ -17,4 +17,4 @@ namespace boost {
1717
}
1818
} // namespace boost
1919

20-
#endif // __URI_TEST_STRING_UTILITY_INC__
20+
#endif // URI_TEST_STRING_UTILITY_INC

0 commit comments

Comments
 (0)