mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
Update pattern_formatter.h
This commit is contained in:
parent
7b6849578b
commit
f1e79bde2e
@ -98,8 +98,8 @@ private:
|
|||||||
const padding_info &padinfo_;
|
const padding_info &padinfo_;
|
||||||
fmt::memory_buffer &dest_;
|
fmt::memory_buffer &dest_;
|
||||||
size_t total_pad_;
|
size_t total_pad_;
|
||||||
string_view_t spaces_ = " "
|
string_view_t spaces_ {" "
|
||||||
" ";
|
" ", 128};
|
||||||
};
|
};
|
||||||
|
|
||||||
class flag_formatter
|
class flag_formatter
|
||||||
|
Loading…
Reference in New Issue
Block a user