diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h index 53f5cf7e..8d5d9485 100644 --- a/include/spdlog/tweakme.h +++ b/include/spdlog/tweakme.h @@ -136,6 +136,5 @@ /////////////////////////////////////////////////////////////////////////////// // Uncomment to enable user defined tag names // -// #define SPDLOG_LEVEL_NAMES { " TRACE", " DEBUG", " INFO", -// " WARNING", " ERROR", "CRITICAL", "OFF" }; -/////////////////////////////////////////////////////////////////////////////// \ No newline at end of file +// #define SPDLOG_LEVEL_NAMES { "TRACE", "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", "OFF" }; +///////////////////////////////////////////////////////////////////////////////