Skip to content

Commit 3ee54cb

Browse files
committed
fixing style
1 parent 4722c50 commit 3ee54cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hal/mbed_sai_api.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ const sai_format_t sai_mode_pcm16s = {
9292
};
9393

9494

95-
bool sai_check_sanity(sai_init_t *init) {
96-
return (init != NULL) &&
95+
bool sai_check_sanity(sai_init_t *init)
96+
{
97+
return (init != NULL) &&
9798
(init->sample_rate != 0) &&
9899
(init->format.ws_length <= init->format.word_length) &&
99100
(init->format.bit_shift <= (init->format.word_length - init->format.data_length)) &&

0 commit comments

Comments
 (0)