From 12b976939c050a23e8d79d28f55df9bc65019b28 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 27 May 2015 17:28:56 +0300 Subject: [PATCH] Cosmetic indentation fix --- include/boost/bind.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index 0e03b60..e8accaa 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -23,8 +23,8 @@ #if defined(BOOST_CLANG) # pragma clang diagnostic push -# if __has_warning("-Wheader-hygiene") -# pragma clang diagnostic ignored "-Wheader-hygiene" +# if __has_warning("-Wheader-hygiene") +# pragma clang diagnostic ignored "-Wheader-hygiene" # endif #endif