From 733e1e94c848af589cf4de2cbf9bd9abba10b4b6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 16 Apr 2017 18:03:52 +0300 Subject: [PATCH] Remove trailing whitespace --- include/boost/typeof/decltype.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/typeof/decltype.hpp b/include/boost/typeof/decltype.hpp index a375409..7e990a8 100644 --- a/include/boost/typeof/decltype.hpp +++ b/include/boost/typeof/decltype.hpp @@ -6,8 +6,8 @@ #ifndef BOOST_TYPEOF_DECLTYPE_HPP_INCLUDED # define BOOST_TYPEOF_DECLTYPE_HPP_INCLUDED -#include -#include +#include +#include namespace boost { namespace type_of { template