remove incorrect whitespace

This commit is contained in:
Russell Greene 2023-02-07 16:21:18 -06:00
parent 49e92d2fa1
commit 473c1b831f

View File

@ -281,7 +281,7 @@
# endif
#endif
#if defined __cpp_inline_variables && __cpp_inline_variables >= 201606L
#if defined __cpp_inline_variables && __cpp_inline_variables >= 201606L
# define FMT_INLINE_VARIABLE inline
#else
# define FMT_INLINE_VARIABLE