sys: Fixed many clang tidy warnings and typos

This commit is contained in:
WerWolv
2022-03-04 20:52:39 +01:00
parent 57c449936f
commit 327e904dbc
64 changed files with 91 additions and 152 deletions

View File

@@ -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();
}