Fix indentation to match OpenOCD style.

This change is just in the whitespace. There are no code changes.

See http://openocd.org/doc-release/doxygen/stylec.html
gitignore-build
Tim Newsome 2017-06-14 14:13:53 -07:00
parent 363a0a2bf2
commit ac2da40f74
6 changed files with 323 additions and 325 deletions

View File

@ -1157,8 +1157,7 @@ static int assert_reset(struct target *target)
control = set_field(control, DMI_DMCONTROL_HALTREQ, 0); control = set_field(control, DMI_DMCONTROL_HALTREQ, 0);
} }
dmi_write(target, DMI_DMCONTROL, dmi_write(target, DMI_DMCONTROL, control);
control);
return ERROR_OK; return ERROR_OK;
} }
@ -1167,7 +1166,6 @@ static int deassert_reset(struct target *target)
{ {
RISCV_INFO(r); RISCV_INFO(r);
RISCV013_INFO(info); RISCV013_INFO(info);
select_dmi(target); select_dmi(target);
/*FIXME -- this only works for Single Hart*/ /*FIXME -- this only works for Single Hart*/