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.com>2019-12-13 17:00:55 +0300
committergabime <gmelman1@gmail.com>2019-12-13 17:00:55 +0300
commit13ebfc077988fed6e0153a2038ca177408ef9d2b (patch)
tree23a757e181e6c762941f3dd9483bd470a9a0a991 /include/spdlog/cfg/env.h
parentd70d5aa9d8c321a1e241cf14e35c5dd13effc58b (diff)
rename function
Diffstat (limited to 'include/spdlog/cfg/env.h')
-rw-r--r--include/spdlog/cfg/env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spdlog/cfg/env.h b/include/spdlog/cfg/env.h
index 83336c2c..9a74f999 100644
--- a/include/spdlog/cfg/env.h
+++ b/include/spdlog/cfg/env.h
@@ -26,7 +26,7 @@
namespace spdlog {
namespace env {
void load_levels();
-}
+} // namespace env
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY