clang-format

This commit is contained in:
gabime
2019-10-18 16:14:08 +03:00
parent fcc809f4f1
commit 9a0a0c2d8c
3 changed files with 6 additions and 7 deletions

View File

@@ -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_};