clang-format

This commit is contained in:
gabime
2019-09-07 20:11:35 +03:00
parent 6883267996
commit bd9e1475e2
4 changed files with 9 additions and 10 deletions

View File

@@ -89,7 +89,7 @@ public:
private:
// copy from other&& and reset it to disabled state
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT
void copy_moveable(circular_q &&other) SPDLOG_NOEXCEPT
{
max_items_ = other.max_items_;
head_ = other.head_;