Merge v1.x

This commit is contained in:
gabime 2019-05-24 12:46:20 +03:00
parent 884c23a9c9
commit 9329f8d3cd
1 changed files with 1 additions and 1 deletions

View File

@ -1169,7 +1169,7 @@ SPDLOG_INLINE details::padding_info pattern_formatter::handle_padspec_(std::stri
const size_t max_width = 128;
if (it == end)
{
return padding_info{}
return padding_info{};
}
padding_info::pad_side side;