sys: Reformat all

This commit is contained in:
WerWolv
2022-02-01 22:09:44 +01:00
parent 1991afb87b
commit ce59226909
99 changed files with 2304 additions and 2314 deletions

View File

@@ -19,7 +19,7 @@ namespace hex::plugin::builtin {
void drawContent() override;
private:
std::map<prv::Provider*, std::vector<pl::PatternData*>> m_sortedPatterns;
std::map<prv::Provider *, std::vector<pl::PatternData *>> m_sortedPatterns;
};
}