From c927de137c456aed121f1e23104d80a02bcdcfeb Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 22 Mar 2020 00:16:27 +0200 Subject: [PATCH] clang-format --- include/spdlog/details/os-inl.h | 2 +- include/spdlog/details/thread_pool-inl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index 98e4b7d7..fc4a4369 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -246,7 +246,7 @@ SPDLOG_INLINE size_t filesize(FILE *f) #endif #endif throw_spdlog_ex("Failed getting file size from fd", errno); - return 0; // will not be reached. + return 0; // will not be reached. } // Return utc offset in minutes or throw spdlog_ex on failure diff --git a/include/spdlog/details/thread_pool-inl.h b/include/spdlog/details/thread_pool-inl.h index a211ea00..df65b029 100644 --- a/include/spdlog/details/thread_pool-inl.h +++ b/include/spdlog/details/thread_pool-inl.h @@ -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++) {