From 19154ec765ac01f698b16ef2ec71618ebce959ec Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 25 Dec 2014 22:25:44 +0300 Subject: [PATCH] Ident nested preprocessor --- SDL2pp/Optional.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL2pp/Optional.hh b/SDL2pp/Optional.hh index 137afd0..a87c252 100644 --- a/SDL2pp/Optional.hh +++ b/SDL2pp/Optional.hh @@ -26,7 +26,7 @@ #if defined(SDL2PP_WITH_EXPERIMENTAL_OPTIONAL) -#include +# include namespace SDL2pp { @@ -41,7 +41,7 @@ constexpr std::experimental::nullopt_t NullOpt = std::experimental::nullopt; #else -#include +# include namespace SDL2pp {