clang-format

This commit is contained in:
gabime
2024-12-01 23:59:09 +02:00
parent 58dac85596
commit e62be8b43f
18 changed files with 69 additions and 85 deletions

View File

@@ -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) {