Skip to content

Commit 52f9be3

Browse files
committed
run clang-format again
1 parent 8f8086a commit 52f9be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wh_server_crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ static int _HandleEccVerify(whServerContext* ctx, uint16_t magic,
974974
word32 max_size = (word32)(WOLFHSM_CFG_COMM_DATA_LEN -
975975
(res_pub - (uint8_t*)cryptoDataOut));
976976
uint32_t pub_size = 0;
977-
int result = 0;
977+
int result = 0;
978978

979979
/* init public key */
980980
ret = wc_ecc_init_ex(key, NULL, ctx->crypto->devId);

0 commit comments

Comments
 (0)