From c746122623a57dca6d99bbf12a422b59bd344d9b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 25 Feb 2015 16:23:11 -0800 Subject: [PATCH] Remove extra whitespace --- posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.h b/posix.h index a2cf2b13..5a837406 100644 --- a/posix.h +++ b/posix.h @@ -69,7 +69,7 @@ #endif #if FMT_USE_STATIC_ASSERT || FMT_HAS_CPP_ATTRIBUTE(cxx_static_assert) || \ - (FMT_GCC_VERSION >= 403 && FMT_HAS_GXX_CXX11) || _MSC_VER >= 1600 + (FMT_GCC_VERSION >= 403 && FMT_HAS_GXX_CXX11) || _MSC_VER >= 1600 # define FMT_STATIC_ASSERT(cond, message) static_assert(cond, message) #else # define FMT_CONCAT_(a, b) FMT_CONCAT(a, b)