Skip to content

Commit

Permalink
style: remove a space to pass lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
keiff3r committed Nov 26, 2024
1 parent 293a596 commit 3389ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/action/validate.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static int crypto_sign_message(void) {
PRINTF("Signature: %.*H\n", sig_len, G_context.tx_info.signature);

G_context.tx_info.signature_len = sig_len;
G_context.tx_info.v = (uint8_t) (info & CX_ECCINFO_PARITY_ODD);
G_context.tx_info.v = (uint8_t)(info & CX_ECCINFO_PARITY_ODD);

return 0;
}
Expand Down

0 comments on commit 3389ff3

Please sign in to comment.