Skip to content

Commit e9ea1b4

Browse files
author
Gao Mingfei
committed
fix format
1 parent 964f9a1 commit e9ea1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fmt/chrono.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ auto write_encoded_tm_str(OutputIt out, string_view in, const std::locale& loc)
398398
if (detail::is_utf8() && loc != get_classic_locale()) {
399399
// char16_t and char32_t codecvts are broken in MSVC (linkage errors) and
400400
// gcc-4.
401-
#if FMT_MSC_VERSION != 0 || \
401+
#if FMT_MSC_VERSION != 0 || \
402402
(defined(__GLIBCXX__) && \
403403
(!defined(_GLIBCXX_USE_DUAL_ABI) || _GLIBCXX_USE_DUAL_ABI == 0))
404404
// The _GLIBCXX_USE_DUAL_ABI macro is always defined in libstdc++ from gcc-5

0 commit comments

Comments
 (0)