Commit 9329f8d3 authored by gabime's avatar gabime

Merge v1.x

parent 884c23a9
...@@ -1169,7 +1169,7 @@ SPDLOG_INLINE details::padding_info pattern_formatter::handle_padspec_(std::stri ...@@ -1169,7 +1169,7 @@ SPDLOG_INLINE details::padding_info pattern_formatter::handle_padspec_(std::stri
const size_t max_width = 128; const size_t max_width = 128;
if (it == end) if (it == end)
{ {
return padding_info{} return padding_info{};
} }
padding_info::pad_side side; padding_info::pad_side side;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment