forked from auracaster/openocd
OpenOCD: fix code alignment
Fix checkpatch errors: ERROR:TABSTOP: Statements should start on a tabstop Change-Id: Ia771e7b7fa2cc4ef0be7f52b670525175555c8e4 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8493 Reviewed-by: zapb <dev@zapb.de> Tested-by: jenkins
This commit is contained in:
@@ -362,7 +362,7 @@ static int adbg_ctrl_read(struct or1k_jtag *jtag_info, uint32_t regidx,
|
||||
default:
|
||||
LOG_ERROR("Illegal debug chain selected (%i) while doing control read",
|
||||
jtag_info->or1k_jtag_module_selected);
|
||||
return ERROR_FAIL;
|
||||
return ERROR_FAIL;
|
||||
}
|
||||
|
||||
/* Zero MSB = op for module, not top-level debug unit */
|
||||
|
||||
Reference in New Issue
Block a user