gdb_main: Run clang-format over the reset command handling code
This commit is contained in:
parent
8cf1d2f09c
commit
800a2a8f12
|
@ -316,8 +316,7 @@ int gdb_main_loop(struct target_controller *tc, bool in_syscall)
|
|||
if (cur_target)
|
||||
target_reset(cur_target);
|
||||
else if (last_target) {
|
||||
cur_target = target_attach(last_target,
|
||||
&gdb_controller);
|
||||
cur_target = target_attach(last_target, &gdb_controller);
|
||||
if (cur_target)
|
||||
morse(NULL, false);
|
||||
target_reset(cur_target);
|
||||
|
|
Loading…
Reference in New Issue