1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-31 10:22:41 +08:00

fix indentation

This commit is contained in:
Alexander Zilberkant 2017-05-13 18:57:56 +03:00
parent 13199034f0
commit 8329d97d90

View File

@ -57,7 +57,7 @@ class async_log_helper
~async_msg() = default;
async_msg(async_msg&& other) SPDLOG_NOEXCEPT:
async_msg(async_msg&& other) SPDLOG_NOEXCEPT:
logger_name(std::move(other.logger_name)),
level(std::move(other.level)),
time(std::move(other.time)),