From 7eb6ca63374123deae93bfcc814c9072d7f1f480 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 17 Mar 2018 12:49:45 +0200 Subject: [PATCH] formatting --- include/spdlog/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index e05867ef..aa4a2c5d 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -84,7 +84,7 @@ public: template void critical(const wchar_t *fmt, const Args &... args); #endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT - + template void log(level::level_enum lvl, const T &);