gdb: fix some clang-tidy readability-misleading-indentation warnings
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 31 Jan 2022 14:44:46 +0000 (09:44 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 31 Jan 2022 17:22:47 +0000 (12:22 -0500)
commit492325c4b78933e41608c53963d29b1f16affd47
treecba5e4a602ae6416e907ba2bfef440fed1d64f1c
parent8d2ef06e1c220bcfb133a47b98b6287ccabdb587
gdb: fix some clang-tidy readability-misleading-indentation warnings

I have warnings like these showing in my editor all the time, so I
thought I'd run clang-tidy with this diagnostic on all the files (that I
can compile) and fix them.

There is still one warning, in utils.c, but that's because some code
is mixed up with preprocessor macros (#ifdef TUI), so I think there no
good solution there.

Change-Id: I345175fc7dd865318f0fbe61ac026c88c3b6a96b
gdb/disasm.c
gdb/dtrace-probe.c
gdb/hppa-tdep.c
gdb/mips-tdep.c
gdb/p-valprint.c
gdb/sparc64-tdep.c
gdb/tracepoint.c