mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Normalize line endings
This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include "LZSSDecompressor.h"
|
||||
#include "IFileReader.h"
|
||||
|
||||
class XADPrefixCode;
|
||||
|
||||
class CompactProLZHDecompressor : public LZSSDecompressor
|
||||
{
|
||||
class CompactProLZHDecompressor : public LZSSDecompressor
|
||||
{
|
||||
public:
|
||||
explicit CompactProLZHDecompressor(int blocksize);
|
||||
explicit CompactProLZHDecompressor(int blocksize);
|
||||
~CompactProLZHDecompressor();
|
||||
|
||||
private:
|
||||
@@ -19,5 +19,5 @@ private:
|
||||
|
||||
XADPrefixCode *literalcode, *lengthcode, *offsetcode;
|
||||
int blocksize, blockcount;
|
||||
IFileReader::FilePos_t blockstart;
|
||||
};
|
||||
IFileReader::FilePos_t blockstart;
|
||||
};
|
||||
|
Reference in New Issue
Block a user