[libcxx-commits] [libcxx] e00969c - [libc++][NFC] Rename include guard.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 25 08:35:01 PDT 2021


Author: Mark de Wever
Date: 2021-06-25T17:34:30+02:00
New Revision: e00969c0b7d8ceed7489ca49a4869a357d5c8333

URL: https://github.com/llvm/llvm-project/commit/e00969c0b7d8ceed7489ca49a4869a357d5c8333
DIFF: https://github.com/llvm/llvm-project/commit/e00969c0b7d8ceed7489ca49a4869a357d5c8333.diff

LOG: [libc++][NFC] Rename include guard.

Added: 
    

Modified: 
    libcxx/include/__format/format_error.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__format/format_error.h b/libcxx/include/__format/format_error.h
index 608a16d361d88..0f4582f7012ed 100644
--- a/libcxx/include/__format/format_error.h
+++ b/libcxx/include/__format/format_error.h
@@ -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


        


More information about the libcxx-commits mailing list