From 1aeac1b25a2d4b72c31e574f5ed69c13495cb703 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 11 Jun 2014 05:52:02 -0700 Subject: [PATCH] Unindent --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.h b/format.h index b184bde4..c94aa8f0 100644 --- a/format.h +++ b/format.h @@ -65,7 +65,7 @@ # define FMT_HAS_FEATURE(x) 0 #endif -# ifdef __has_builtin +#ifdef __has_builtin # define FMT_HAS_BUILTIN(x) __has_builtin(x) #else # define FMT_HAS_BUILTIN(x) 0