mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-08 01:37:25 +00:00
Reformat code with clang format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
class InMemoryZoneData
|
||||
{
|
||||
@@ -22,4 +22,4 @@ public:
|
||||
|
||||
InMemoryZoneData();
|
||||
void* GetBufferOfSize(size_t size);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user