mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
sys: Fixed many clang tidy warnings and typos
This commit is contained in:
@@ -41,7 +41,7 @@ namespace hex::test {
|
||||
this->m_testFile.write(static_cast<const u8 *>(buffer), size);
|
||||
}
|
||||
|
||||
size_t getActualSize() const override {
|
||||
[[nodiscard]] size_t getActualSize() const override {
|
||||
return this->m_testFile.getSize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user