Remove tabs

This commit is contained in:
Serge Lamikhov-Center 2019-04-28 09:00:14 +03:00
parent 15340ddf9c
commit 15cd4b1bf2

View File

@ -69,7 +69,7 @@ class segment_impl : public segment
public:
//------------------------------------------------------------------------------
segment_impl( endianess_convertor* convertor_ ) :
stream_size( 0 ), index( 0 ), data( 0 ), convertor( convertor_ )
stream_size( 0 ), index( 0 ), data( 0 ), convertor( convertor_ )
{
is_offset_set = false;
std::fill_n( reinterpret_cast<char*>( &ph ), sizeof( ph ), '\0' );