mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: Various clang / clang-tidy warnings (#764)
This commit is contained in:
@@ -183,7 +183,7 @@ namespace hex::plugin::builtin {
|
||||
case F64: return parseNumericValue<double, double>(input);
|
||||
default: return { false, { }, 0 };
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
static std::string formatBytes(const std::vector<u8> &bytes) {
|
||||
|
||||
Reference in New Issue
Block a user