mirror of
https://github.com/serge1/ELFIO.git
synced 2025-04-15 20:42:21 +00:00
Remove tabs
This commit is contained in:
parent
15340ddf9c
commit
15cd4b1bf2
@ -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' );
|
||||
|
Loading…
x
Reference in New Issue
Block a user