Enable manual EOL in spdlog

This commit is contained in:
Amos 2021-07-08 11:44:38 -07:00
parent 54de5fed0e
commit d759ffe714

View File

@ -55,7 +55,7 @@
///////////////////////////////////////////////////////////////////////////////
// Uncomment to override default eol ("\n" or "\r\n" under Linux/Windows)
//
// #define SPDLOG_EOL ";-)\n"
#define SPDLOG_EOL "\n"
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////