Update for code formatting

pull/456/head
Colton Willey 2024-09-05 09:44:22 -07:00
parent 7805496f0d
commit 3f13cc3cc7
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ static int rsa_sign_verify(int devId)
if (ret < 0)
fprintf(stderr, "Failed to verify: %d\n", ret);
if(XMEMCMP(hash, pt, ret) != 0) {
if (XMEMCMP(hash, pt, ret) != 0) {
fprintf(stderr, "Failed to verify\n");
}