Skip to content

Commit d629c11

Browse files
committed
format
1 parent c02f55e commit d629c11

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app/src/common/actions.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,13 @@ extern uint8_t action_addr_len;
7070

7171
extern bool review_pending;
7272

73-
__Z_INLINE void set_review_pending(bool val) { review_pending = val; }
73+
__Z_INLINE void set_review_pending(bool val) {
74+
review_pending = val;
75+
}
7476

75-
__Z_INLINE bool is_review_pending(void) { return review_pending; }
77+
__Z_INLINE bool is_review_pending(void) {
78+
return review_pending;
79+
}
7680

7781
// helper function to get the presig_hash of the transaction being signed
7882
__Z_INLINE zxerr_t get_presig_hash(uint8_t *hash, uint16_t hashLen);

0 commit comments

Comments
 (0)