mirror of
https://github.com/gabime/spdlog.git
synced 2025-03-31 18:32:40 +08:00
clang-format
This commit is contained in:
parent
eb23d505f8
commit
c927de137c
@ -19,7 +19,7 @@ SPDLOG_INLINE thread_pool::thread_pool(size_t q_max_items, size_t threads_n, std
|
||||
if (threads_n == 0 || threads_n > 1000)
|
||||
{
|
||||
throw_spdlog_ex("spdlog::thread_pool(): invalid threads_n param (valid "
|
||||
"range is 1-1000)");
|
||||
"range is 1-1000)");
|
||||
}
|
||||
for (size_t i = 0; i < threads_n; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user