mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-06 03:07:48 +00:00
Reformat code with clang format
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "XChunkProcessorInflate.h"
|
||||
|
||||
#include "XChunkException.h"
|
||||
|
||||
#include <zlib.h>
|
||||
#include <zutil.h>
|
||||
|
||||
#include "XChunkException.h"
|
||||
|
||||
size_t XChunkProcessorInflate::Process(int streamNumber, const uint8_t* input, const size_t inputLength, uint8_t* output, const size_t outputBufferSize)
|
||||
{
|
||||
z_stream stream{};
|
||||
|
||||
Reference in New Issue
Block a user