gdb: fix tab after space indentation issues

I spotted some indentation issues where we had some spaces followed by
tabs at beginning of line, that I wanted to fix.  So while at it, I did
a quick grep to find and fix all I could find.

gdb/ChangeLog:

	* Fix tab after space indentation issues throughout.

Change-Id: I1acb414dd9c593b474ae2b8667496584df4316fd
This commit is contained in:
Simon Marchi
2021-05-27 15:18:49 -04:00
parent 01add95bed
commit 24b21115f5
46 changed files with 142 additions and 138 deletions

View File

@@ -4614,15 +4614,15 @@ displaced_write_reg (regcache *regs, arm_displaced_step_copy_insn_closure *dsc,
case BX_WRITE_PC:
bx_write_pc (regs, val);
break;
break;
case LOAD_WRITE_PC:
load_write_pc (regs, dsc, val);
break;
break;
case ALU_WRITE_PC:
alu_write_pc (regs, dsc, val);
break;
break;
case CANNOT_WRITE_PC:
warning (_("Instruction wrote to PC in an unexpected way when "