Skip to content

Commit

Permalink
Make header guard consistent with header name
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 9, 2021
1 parent a9c7b9b commit c652f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/fmt/xchar.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
//
// For the license information refer to format.h.

#ifndef FMT_WCHAR_H_
#define FMT_WCHAR_H_
#ifndef FMT_XCHAR_H_
#define FMT_XCHAR_H_

#include <cwchar>
#include <tuple>
Expand Down Expand Up @@ -233,4 +233,4 @@ template <typename T> inline auto to_wstring(const T& value) -> std::wstring {
FMT_MODULE_EXPORT_END
FMT_END_NAMESPACE

#endif // FMT_WCHAR_H_
#endif // FMT_XCHAR_H_

0 comments on commit c652f82

Please sign in to comment.