mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
spacing
This commit is contained in:
parent
115bc27557
commit
57ec73bb13
1 changed files with 2 additions and 4 deletions
|
@ -2553,8 +2553,7 @@ bool EntityItemProperties::verifySignature(const QString& publicKey, const QByte
|
|||
EVP_PKEY_free(evp_key);
|
||||
}
|
||||
return answer;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if (bio) {
|
||||
BIO_free(bio);
|
||||
}
|
||||
|
@ -2566,8 +2565,7 @@ bool EntityItemProperties::verifySignature(const QString& publicKey, const QByte
|
|||
qCWarning(entities) << "Failed to verify signature! key" << publicKey << " EC key error:" << error_str;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if (bio) {
|
||||
BIO_free(bio);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue