summaryrefslogtreecommitdiffstats
path: root/src/lib/util/strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/strutil.h')
-rw-r--r--src/lib/util/strutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/util/strutil.h b/src/lib/util/strutil.h
index 0dbbe96b04..6b60009f9b 100644
--- a/src/lib/util/strutil.h
+++ b/src/lib/util/strutil.h
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-#ifndef __STRUTIL_H
-#define __STRUTIL_H
+#ifndef STRUTIL_H
+#define STRUTIL_H
#include <algorithm>
#include <cctype>
@@ -206,4 +206,4 @@ tokenToNum(const std::string& num_token) {
} // namespace util
} // namespace isc
-#endif // __STRUTIL_H
+#endif // STRUTIL_H