Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / endian / test / endian_store_test.cpp
index bd045f4..eb64869 100644 (file)
@@ -45,7 +45,7 @@ public:
         if( s.n_ == 0 ) return os;
 
         os << std::hex << std::setfill( '0' ) << std::uppercase;
-            
+
         os << std::setw( 2 ) << +s.p_[ 0 ];
 
         for( std::size_t i = 1; i < s.n_; ++i )