mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 06:07:53 -05:00
Reformat code with clang format
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
#include <functional>
|
||||
|
||||
#include "InfoString/InfoString.h"
|
||||
#include "Zone/ZoneTypes.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
class InfoStringFromStructConverterBase
|
||||
{
|
||||
protected:
|
||||
@ -35,4 +35,4 @@ public:
|
||||
InfoStringFromStructConverterBase& operator=(InfoStringFromStructConverterBase&& other) noexcept = delete;
|
||||
|
||||
InfoString Convert();
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user