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

This commit is contained in:
Mark de Wever 2021-06-25 17:34:30 +02:00
parent c9acd2f32e
commit e00969c0b7

View 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