mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
sys: Added clang-format file, formatted entire project
This commit is contained in:
@@ -11,8 +11,12 @@
|
||||
|
||||
namespace hex {
|
||||
|
||||
namespace prv { class Provider; }
|
||||
namespace lang { class PatternData; }
|
||||
namespace prv {
|
||||
class Provider;
|
||||
}
|
||||
namespace lang {
|
||||
class PatternData;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -27,7 +31,7 @@ namespace hex::plugin::builtin {
|
||||
void drawContent() override;
|
||||
|
||||
private:
|
||||
std::vector<pl::PatternData*> m_sortedPatternData;
|
||||
std::vector<pl::PatternData *> m_sortedPatternData;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user