OpenOCD: fix code indentation
Fix checkpatch errors ERROR:SUSPECT_CODE_INDENT: suspect code indent for conditional statements Change-Id: I94d4fa5720c25dd2fb0334a824cd9026babcce4e Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8497 Tested-by: jenkins
This commit is contained in:
@@ -1005,7 +1005,7 @@ static int kinetis_ke_write(struct flash_bank *bank, const uint8_t *buffer,
|
||||
|
||||
result = kinetis_ke_stop_watchdog(bank->target);
|
||||
if (result != ERROR_OK)
|
||||
return result;
|
||||
return result;
|
||||
|
||||
result = kinetis_ke_prepare_flash(bank);
|
||||
if (result != ERROR_OK)
|
||||
|
||||
Reference in New Issue
Block a user