mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
clang-format
This commit is contained in:
@@ -72,7 +72,6 @@ public:
|
|||||||
tp_ = std::move(tp);
|
tp_ = std::move(tp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
std::shared_ptr<thread_pool> get_tp()
|
std::shared_ptr<thread_pool> get_tp()
|
||||||
{
|
{
|
||||||
std::lock_guard<std::recursive_mutex> lock(tp_mutex_);
|
std::lock_guard<std::recursive_mutex> lock(tp_mutex_);
|
||||||
@@ -184,7 +183,6 @@ public:
|
|||||||
return s_instance;
|
return s_instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
registry()
|
registry()
|
||||||
: formatter_(new pattern_formatter("%+"))
|
: formatter_(new pattern_formatter("%+"))
|
||||||
|
Reference in New Issue
Block a user