forked from Imagelibrary/binutils-gdb
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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user