mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
clang-format
This commit is contained in:
@@ -48,7 +48,6 @@ SPDLOG_INLINE bool backtracer::enabled() const
|
||||
return enabled_.load(std::memory_order_relaxed);
|
||||
}
|
||||
|
||||
|
||||
SPDLOG_INLINE void backtracer::push_back(const log_msg &msg)
|
||||
{
|
||||
std::lock_guard<std::mutex> lock{mutex_};
|
||||
|
Reference in New Issue
Block a user