mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 05:54:31 +02:00
Fix whitespace
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
|||||||
if( s.n_ == 0 ) return os;
|
if( s.n_ == 0 ) return os;
|
||||||
|
|
||||||
os << std::hex << std::setfill( '0' ) << std::uppercase;
|
os << std::hex << std::setfill( '0' ) << std::uppercase;
|
||||||
|
|
||||||
os << std::setw( 2 ) << +s.p_[ 0 ];
|
os << std::setw( 2 ) << +s.p_[ 0 ];
|
||||||
|
|
||||||
for( std::size_t i = 1; i < s.n_; ++i )
|
for( std::size_t i = 1; i < s.n_; ++i )
|
||||||
|
@@ -45,7 +45,7 @@ public:
|
|||||||
if( s.n_ == 0 ) return os;
|
if( s.n_ == 0 ) return os;
|
||||||
|
|
||||||
os << std::hex << std::setfill( '0' ) << std::uppercase;
|
os << std::hex << std::setfill( '0' ) << std::uppercase;
|
||||||
|
|
||||||
os << std::setw( 2 ) << +s.p_[ 0 ];
|
os << std::setw( 2 ) << +s.p_[ 0 ];
|
||||||
|
|
||||||
for( std::size_t i = 1; i < s.n_; ++i )
|
for( std::size_t i = 1; i < s.n_; ++i )
|
||||||
|
Reference in New Issue
Block a user