Skip to content

Commit 3f13cc3

Browse files
committed
Update for code formatting
1 parent 7805496 commit 3f13cc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkcs11/pkcs11_rsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ static int rsa_sign_verify(int devId)
263263
if (ret < 0)
264264
fprintf(stderr, "Failed to verify: %d\n", ret);
265265

266-
if(XMEMCMP(hash, pt, ret) != 0) {
266+
if (XMEMCMP(hash, pt, ret) != 0) {
267267
fprintf(stderr, "Failed to verify\n");
268268
}
269269

0 commit comments

Comments
 (0)