mirror of https://github.com/WerWolv/ImHex.git
fix: Weird indentation
This commit is contained in:
parent
9fdd4670b7
commit
215e1ffdc8
|
@ -740,7 +740,7 @@ namespace hex::plugin::builtin {
|
||||||
value = wolv::util::trim(value);
|
value = wolv::util::trim(value);
|
||||||
|
|
||||||
return BinaryPattern(value);
|
return BinaryPattern(value);
|
||||||
}();
|
}();
|
||||||
|
|
||||||
const auto address = [value = value] mutable -> std::optional<u64> {
|
const auto address = [value = value] mutable -> std::optional<u64> {
|
||||||
value = wolv::util::trim(value);
|
value = wolv::util::trim(value);
|
||||||
|
@ -761,7 +761,7 @@ namespace hex::plugin::builtin {
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}();
|
}();
|
||||||
|
|
||||||
if (!address)
|
if (!address)
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue