Remove trailing whitespace

This commit is contained in:
Peter Dimov
2017-04-16 18:03:52 +03:00
parent 2b4df4f09f
commit 733e1e94c8

View File

@ -6,8 +6,8 @@
#ifndef BOOST_TYPEOF_DECLTYPE_HPP_INCLUDED
# define BOOST_TYPEOF_DECLTYPE_HPP_INCLUDED
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
namespace boost { namespace type_of {
template<typename T>