Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.comx>2022-04-04 16:48:58 +0300
committergabime <gmelman1@gmail.comx>2022-04-04 16:48:58 +0300
commit76fb40d95455f249bd70824ecfcae7a8f0930fa3 (patch)
treeae17110dd0d60a9e5ad605fe044a3fd4aa749e02
parent757e9f8ec6db1f5c887f74bc3f98cb61faaf6d9f (diff)
clang formatv1.10.0
-rw-r--r--include/spdlog/sinks/rotating_file_sink-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spdlog/sinks/rotating_file_sink-inl.h b/include/spdlog/sinks/rotating_file_sink-inl.h
index 350c2127..cf8b9d5c 100644
--- a/include/spdlog/sinks/rotating_file_sink-inl.h
+++ b/include/spdlog/sinks/rotating_file_sink-inl.h
@@ -35,7 +35,7 @@ SPDLOG_INLINE rotating_file_sink<Mutex>::rotating_file_sink(
{
throw_spdlog_ex("rotating sink constructor: max_size arg cannot be zero");
}
-
+
if (max_files > 200000)
{
throw_spdlog_ex("rotating sink constructor: max_files arg cannot exceed 200000");