stm32: fix indent style

pull/9347/head
kevin.ong 2019-01-17 16:39:31 +08:00 committed by Cruz Monrreal II
parent 5598815982
commit 5ccdd67f6c
1 changed files with 3 additions and 3 deletions

View File

@ -104,9 +104,9 @@ void hal_crc_compute_partial_start(const crc_mbed_config_t *config)
: CRC_OUTPUTDATA_INVERSION_DISABLE;
#endif
if (HAL_CRC_Init(&current_state) != HAL_OK) {
MBED_ASSERT(false);
}
if (HAL_CRC_Init(&current_state) != HAL_OK) {
MBED_ASSERT(false);
}
}
void hal_crc_compute_partial(const uint8_t *data, const size_t size)