Fix(tweakme): Typo

:(
This commit is contained in:
Light 2021-11-19 09:32:59 +03:30 committed by GitHub
parent 17f21df441
commit 29b41741cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@
// Defaults to __FUNCTION__ (should work on all compilers) if not defined. // Defaults to __FUNCTION__ (should work on all compilers) if not defined.
// //
// #ifdef __PRETTY_FUNCTION__ // #ifdef __PRETTY_FUNCTION__
// # define SPDLOG_FUNCTION __PRETTY_FUN CTION__ // # define SPDLOG_FUNCTION __PRETTY_FUNCTION__
// #else // #else
// # define SPDLOG_FUNCTION __FUNCTION__ // # define SPDLOG_FUNCTION __FUNCTION__
// #endif // #endif