]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/printcmd.c
gdb: fix tab after space indentation issues
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 27 May 2021 19:18:49 +0000 (15:18 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 27 May 2021 19:18:49 +0000 (15:18 -0400)
commit24b21115f522cd0fbe55986cd914a593576294ef
tree6f2f71d9ede68e21d0371cc5db25b50d64de53af
parent01add95bed9afd5e7815439c3967db976be53f80
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
46 files changed:
gdb/ChangeLog
gdb/ada-lang.c
gdb/aix-thread.c
gdb/amd64-tdep.c
gdb/amd64-windows-tdep.c
gdb/arm-tdep.c
gdb/breakpoint.c
gdb/coffread.c
gdb/dbxread.c
gdb/dwarf2/index-write.c
gdb/frv-linux-tdep.c
gdb/gnu-nat.h
gdb/hppa-tdep.c
gdb/i386-fbsd-nat.c
gdb/i386-linux-tdep.h
gdb/i386-tdep.c
gdb/infcmd.c
gdb/infrun.c
gdb/macroscope.c
gdb/mi/mi-cmd-disas.c
gdb/mi/mi-cmd-var.c
gdb/mips-netbsd-tdep.c
gdb/mips-tdep.c
gdb/nat/linux-namespaces.c
gdb/nat/x86-dregs.c
gdb/nios2-tdep.c
gdb/nto-procfs.c
gdb/p-lang.c
gdb/ppc-sysv-tdep.c
gdb/printcmd.c
gdb/record-full.c
gdb/regcache.c
gdb/remote.c
gdb/rs6000-tdep.c
gdb/serial.c
gdb/sh-tdep.c
gdb/source.c
gdb/stabsread.c
gdb/stack.c
gdb/stubs/sh-stub.c
gdb/stubs/sparc-stub.c
gdb/symfile.c
gdb/symtab.c
gdb/tracepoint.c
gdb/windows-nat.c
gdb/xtensa-tdep.c