mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Merge v1.x
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user