Fixes spaces

Former-commit-id: 65f2e2f10aee0a47aff4b0166148745b13150001
This commit is contained in:
Lynix 2016-01-27 18:04:15 +01:00
parent c46af20b5e
commit 90fe2528cf
2 changed files with 2 additions and 3 deletions

View File

@ -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;