mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 18:41:35 +08:00
Merge v1.x
This commit is contained in:
parent
884c23a9c9
commit
9329f8d3cd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user