Remove extra spaces

This commit is contained in:
Peter Dimov
2020-05-03 18:29:48 +03:00
parent e2fe1d7743
commit a6e1da6a79
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
#include <iosfwd>
#include <climits>
#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

View File

@ -38,7 +38,7 @@
#include <climits>
#include <cstring>
#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