Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed May 4, 2024
1 parent 9938268 commit b29403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/signtx/operations/stx_op_p2pk.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ bool stx_operation_p2pk_should_show_output_confirm_screen(
// ===========================
// UI

static NOINLINE void ui_stx_operation_p2pk_approve_action(void* context) {
static NOINLINE void ui_stx_operation_p2pk_approve_action(void *context) {
sign_transaction_ui_aprove_ctx_t *ctx = (sign_transaction_ui_aprove_ctx_t *) context;
ui_stx_operation_approve_reject(true, ctx);
}
Expand Down

0 comments on commit b29403e

Please sign in to comment.