Fixes spaces
Former-commit-id: 65f2e2f10aee0a47aff4b0166148745b13150001
This commit is contained in:
parent
c46af20b5e
commit
90fe2528cf
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2015 Jérôme Leclercq
|
// Copyright (C) 2015 Jérôme Leclercq
|
||||||
// This file is part of the "Nazara Engine - Core module"
|
// This file is part of the "Nazara Engine - Core module"
|
||||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||||
|
|
||||||
|
|
@ -26,7 +26,6 @@ namespace Nz
|
||||||
|
|
||||||
bool EndOfStream() const override;
|
bool EndOfStream() const override;
|
||||||
|
|
||||||
|
|
||||||
const ByteArray& GetBuffer() const;
|
const ByteArray& GetBuffer() const;
|
||||||
const UInt8* GetData() const;
|
const UInt8* GetData() const;
|
||||||
UInt64 GetCursorPos() const override;
|
UInt64 GetCursorPos() const override;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue