Fix whitespace

This commit is contained in:
Peter Dimov
2019-10-12 22:27:04 +03:00
parent 52bbc9147b
commit 60a5068070
2 changed files with 2 additions and 2 deletions

View 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 )

View 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 )