mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Reformat code with clang format
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "Parsing/IParserLineStream.h"
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
class MockParserLineStream final : public IParserLineStream
|
||||
{
|
||||
public:
|
||||
@ -20,7 +20,7 @@ private:
|
||||
|
||||
IncludePos(std::string filename, const std::vector<std::string>& lines);
|
||||
};
|
||||
|
||||
|
||||
std::unordered_map<std::string, std::vector<std::string>> m_include_lines;
|
||||
std::vector<IncludePos> m_include_positions;
|
||||
|
||||
|
Reference in New Issue
Block a user