* ddb/db_run.c: Trivial stylistic fix for consistency. --- ddb/db_run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ddb/db_run.c b/ddb/db_run.c index 01893db..22cd358 100644 --- a/ddb/db_run.c +++ b/ddb/db_run.c @@ -188,7 +188,7 @@ db_restart_at_pc(watchpt, task) db_store_count += inst_store(ins); #ifdef SOFTWARE_SSTEP /* Account for instructions in delay slots */ - brpc = next_instr_address(pc,1,task); + brpc = next_instr_address(pc, 1, task); if ((brpc != pc) && (inst_branch(ins) || inst_call(ins))) { /* Note: this ~assumes an instruction <= sizeof(int) */ db_get_task_value(brpc, sizeof(int), FALSE, task); -- 1.8.1.4