mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-18 02:37:56 -05:00
Reformat code with clang format
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Utils/Arguments/ArgumentParser.h"
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "Utils/Arguments/ArgumentParser.h"
|
||||
|
||||
class RawTemplaterArguments
|
||||
{
|
||||
ArgumentParser m_argument_parser;
|
||||
@ -28,4 +28,4 @@ public:
|
||||
RawTemplaterArguments();
|
||||
|
||||
bool Parse(int argc, const char** argv);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user