Skip to content

Commit

Permalink
[libc++][NFC] Rename include guard.
Browse files Browse the repository at this point in the history
  • Loading branch information
mordante committed Jun 25, 2021
1 parent c9acd2f commit e00969c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libcxx/include/__format/format_error.h
Expand Up @@ -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>
Expand Down Expand Up @@ -53,4 +53,4 @@ _LIBCPP_END_NAMESPACE_STD

_LIBCPP_POP_MACROS

#endif // _LIBCPP__FORMAT_FORMAT_ERROR_H
#endif // _LIBCPP___FORMAT_FORMAT_ERROR_H

0 comments on commit e00969c

Please sign in to comment.