From f6cffb5eebc1da2d6a716fc7ca3bceec2171ee43 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 25 Feb 2015 06:17:12 -0800 Subject: [PATCH] Indent --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.h b/format.h index 1a32ee51..8d947fa7 100644 --- a/format.h +++ b/format.h @@ -58,7 +58,7 @@ inline uint32_t clz(uint32_t x) { # define FMT_BUILTIN_CLZ(n) fmt::internal::clz(n) # ifdef _WIN64 -# pragma intrinsic(_BitScanReverse64) +# pragma intrinsic(_BitScanReverse64) # endif inline uint32_t clzll(uint64_t x) {