treewide: fix whitespace
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m12s

This commit is contained in:
2025-01-19 13:19:45 +00:00
parent 0473348ad2
commit 00d8cdf92b
10 changed files with 26 additions and 36 deletions

View File

@ -14,12 +14,11 @@ index 6d5bbd05..43004175 100644
@@ -295,7 +295,7 @@ bool IPAManager::isSignatureValid([[maybe_unused]] IPAModule *ipa) const
if (data.empty())
return false;
- bool valid = pubKey_.verify(data, ipa->signature());
+ bool valid = true;
LOG(IPAManager, Debug)
<< "IPA module " << ipa->path() << " signature is "
--
--
2.44.1