From a6e1da6a799d8508c12551636cbe030223ee09de Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 3 May 2020 18:29:48 +0300 Subject: [PATCH] Remove extra spaces --- include/boost/endian/arithmetic.hpp | 4 ++-- include/boost/endian/buffers.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/endian/arithmetic.hpp b/include/boost/endian/arithmetic.hpp index d94e8d8..3280f3a 100644 --- a/include/boost/endian/arithmetic.hpp +++ b/include/boost/endian/arithmetic.hpp @@ -36,7 +36,7 @@ #include #include -#if defined(BOOST_BORLANDC) || defined( BOOST_CODEGEARC) +#if defined(BOOST_BORLANDC) || defined(BOOST_CODEGEARC) # pragma pack(push, 1) #endif @@ -327,7 +327,7 @@ public: } // namespace endian } // namespace boost -#if defined(BOOST_BORLANDC) || defined( BOOST_CODEGEARC) +#if defined(BOOST_BORLANDC) || defined(BOOST_CODEGEARC) # pragma pack(pop) #endif diff --git a/include/boost/endian/buffers.hpp b/include/boost/endian/buffers.hpp index e117024..f8eb342 100644 --- a/include/boost/endian/buffers.hpp +++ b/include/boost/endian/buffers.hpp @@ -38,7 +38,7 @@ #include #include -#if defined(BOOST_BORLANDC) || defined( BOOST_CODEGEARC) +#if defined(BOOST_BORLANDC) || defined(BOOST_CODEGEARC) # pragma pack(push, 1) #endif @@ -367,7 +367,7 @@ public: } // namespace endian } // namespace boost -#if defined(BOOST_BORLANDC) || defined( BOOST_CODEGEARC) +#if defined(BOOST_BORLANDC) || defined(BOOST_CODEGEARC) # pragma pack(pop) #endif