Merge pull request #66 from riscv/whitespace

Fix indentation to match OpenOCD style.
gitignore-build
Tim Newsome 2017-06-16 13:07:46 -07:00 committed by GitHub
commit 91c3dcc197
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);
}
dmi_write(target, DMI_DMCONTROL,
control);
dmi_write(target, DMI_DMCONTROL, control);
return ERROR_OK;
}
@ -1167,7 +1166,6 @@ static int deassert_reset(struct target *target)
{
RISCV_INFO(r);
RISCV013_INFO(info);
select_dmi(target);
/*FIXME -- this only works for Single Hart*/