summaryrefslogtreecommitdiff
path: root/src/__support/HashTable/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/__support/HashTable/table.h')
-rw-r--r--src/__support/HashTable/table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/__support/HashTable/table.h b/src/__support/HashTable/table.h
index 5b4697e5245b..8f6c5887c189 100644
--- a/src/__support/HashTable/table.h
+++ b/src/__support/HashTable/table.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_SRC___SUPPORT_HASHTABLE_table_H
-#define LLVM_LIBC_SRC___SUPPORT_HASHTABLE_table_H
+#ifndef LLVM_LIBC_SRC___SUPPORT_HASHTABLE_TABLE_H
+#define LLVM_LIBC_SRC___SUPPORT_HASHTABLE_TABLE_H
#include "include/llvm-libc-types/ENTRY.h"
#include "src/__support/CPP/bit.h" // bit_ceil
@@ -351,4 +351,4 @@ public:
} // namespace internal
} // namespace LIBC_NAMESPACE
-#endif // LLVM_LIBC_SRC___SUPPORT_HASHTABLE_table_H
+#endif // LLVM_LIBC_SRC___SUPPORT_HASHTABLE_TABLE_H