mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-29 12:03:53 +00:00
Revert "Small code removal"
This reverts commit b01f15cb26036c1168a9c1222d0b65afec21f475.
This commit is contained in:
parent
b01f15cb26
commit
23b1c4c079
@ -65,9 +65,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void pad_it(long count) {
|
void pad_it(long count) { fmt_helper::append_string_view(string_view_t(spaces_.data(), static_cast<size_t>(count)), dest_); }
|
||||||
dest_.append(spaces_.data(), spaces_.data() + static_cast<size_t>(count));
|
|
||||||
}
|
|
||||||
|
|
||||||
const padding_info &padinfo_;
|
const padding_info &padinfo_;
|
||||||
memory_buf_t &dest_;
|
memory_buf_t &dest_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user