Skip to content

Commit 5ccdd67

Browse files
kevinong0108Cruz Monrreal II
authored andcommitted
stm32: fix indent style
1 parent 5598815 commit 5ccdd67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/TARGET_STM/mbed_crc_api.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ void hal_crc_compute_partial_start(const crc_mbed_config_t *config)
104104
: CRC_OUTPUTDATA_INVERSION_DISABLE;
105105
#endif
106106

107-
if (HAL_CRC_Init(&current_state) != HAL_OK) {
108-
MBED_ASSERT(false);
109-
}
107+
if (HAL_CRC_Init(&current_state) != HAL_OK) {
108+
MBED_ASSERT(false);
109+
}
110110
}
111111

112112
void hal_crc_compute_partial(const uint8_t *data, const size_t size)

0 commit comments

Comments
 (0)