mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 10:59:02 +08:00
clang-format
This commit is contained in:
@@ -16,11 +16,10 @@ log_msg::log_msg(spdlog::log_clock::time_point log_time,
|
||||
: logger_name(a_logger_name),
|
||||
log_level(lvl),
|
||||
time(log_time),
|
||||
|
||||
#ifdef SPDLOG_NO_THREAD_ID
|
||||
thread_id(0),
|
||||
thread_id(0),
|
||||
#else
|
||||
thread_id(os::thread_id()),
|
||||
thread_id(os::thread_id()),
|
||||
#endif
|
||||
source(loc),
|
||||
payload(msg) {
|
||||
|
Reference in New Issue
Block a user