mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-15 17:27:57 -05:00
Reformat code with clang format
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
#include "Parsing/Menu/MenuFileParser.h"
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
namespace menu
|
||||
{
|
||||
class GenericIntPropertySequence final : public MenuFileParser::sequence_t
|
||||
@ -23,4 +23,4 @@ namespace menu
|
||||
public:
|
||||
GenericIntPropertySequence(std::string keywordName, callback_t setCallback);
|
||||
};
|
||||
}
|
||||
} // namespace menu
|
||||
|
Reference in New Issue
Block a user