summaryrefslogtreecommitdiff
path: root/deps/v8/src/base/template-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/base/template-utils.h')
-rw-r--r--deps/v8/src/base/template-utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/base/template-utils.h b/deps/v8/src/base/template-utils.h
index 18850695cb..18b50fe70c 100644
--- a/deps/v8/src/base/template-utils.h
+++ b/deps/v8/src/base/template-utils.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_BASE_TEMPLATE_UTILS_H
-#define V8_BASE_TEMPLATE_UTILS_H
+#ifndef V8_BASE_TEMPLATE_UTILS_H_
+#define V8_BASE_TEMPLATE_UTILS_H_
#include <array>
#include <memory>
@@ -131,4 +131,4 @@ constexpr auto fold(Func func, Ts&&... more) ->
} // namespace base
} // namespace v8
-#endif // V8_BASE_TEMPLATE_UTILS_H
+#endif // V8_BASE_TEMPLATE_UTILS_H_