mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-17 02:13:02 +00:00
Reformat code with clang format
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "Parsing/IParserLineStream.h"
|
||||
#include "TechniqueDefinitionAcceptor.h"
|
||||
#include "Utils/ClassUtils.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "Utils/ClassUtils.h"
|
||||
#include "TechniqueDefinitionAcceptor.h"
|
||||
#include "Parsing/IParserLineStream.h"
|
||||
|
||||
namespace techset
|
||||
{
|
||||
class TechniqueFileReader
|
||||
@@ -21,4 +21,4 @@ namespace techset
|
||||
|
||||
_NODISCARD bool ReadTechniqueDefinition() const;
|
||||
};
|
||||
}
|
||||
} // namespace techset
|
||||
|
||||
Reference in New Issue
Block a user