[libc++][NFC] Rename include guard.
authorMark de Wever <koraq@xs4all.nl>
Fri, 25 Jun 2021 15:34:30 +0000 (17:34 +0200)
committerMark de Wever <koraq@xs4all.nl>
Fri, 25 Jun 2021 15:34:30 +0000 (17:34 +0200)
libcxx/include/__format/format_error.h

index 608a16d..0f4582f 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef _LIBCPP__FORMAT_FORMAT_ERROR_H
-#define _LIBCPP__FORMAT_FORMAT_ERROR_H
+#ifndef _LIBCPP___FORMAT_FORMAT_ERROR_H
+#define _LIBCPP___FORMAT_FORMAT_ERROR_H
 
 #include <__config>
 #include <stdexcept>
@@ -53,4 +53,4 @@ _LIBCPP_END_NAMESPACE_STD
 
 _LIBCPP_POP_MACROS
 
-#endif // _LIBCPP__FORMAT_FORMAT_ERROR_H
+#endif // _LIBCPP___FORMAT_FORMAT_ERROR_H