From 29b41741cb86d791b3cdc9a0d303ce6fdc756cd9 Mon Sep 17 00:00:00 2001 From: Light <59169246+Light3039@users.noreply.github.com> Date: Fri, 19 Nov 2021 09:32:59 +0330 Subject: [PATCH] Fix(tweakme): Typo :( --- include/spdlog/tweakme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h index 25113f0f..ab557051 100644 --- a/include/spdlog/tweakme.h +++ b/include/spdlog/tweakme.h @@ -128,7 +128,7 @@ // Defaults to __FUNCTION__ (should work on all compilers) if not defined. // // #ifdef __PRETTY_FUNCTION__ -// # define SPDLOG_FUNCTION __PRETTY_FUN CTION__ +// # define SPDLOG_FUNCTION __PRETTY_FUNCTION__ // #else // # define SPDLOG_FUNCTION __FUNCTION__ // #endif