gdb: fix some indentation issues
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 27 May 2021 19:01:28 +0000 (15:01 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 27 May 2021 19:01:28 +0000 (15:01 -0400)
commit01add95bed9afd5e7815439c3967db976be53f80
treea0239dcf29375bf6e4382d419d17117b1665d8ab
parent055c879fcf242e43a6ef8190f83905109922da93
gdb: fix some indentation issues

I wrote a small script to spot a pattern of indentation mistakes I saw
happened in breakpoint.c.  And while at it I ran it on all files and
fixed what I found.  No behavior changes intended, just indentation and
addition / removal of curly braces.

gdb/ChangeLog:

* Fix some indentation mistakes throughout.

gdbserver/ChangeLog:

* Fix some indentation mistakes throughout.

Change-Id: Ia01990c26c38e83a243d8f33da1d494f16315c6e
29 files changed:
gdb/ChangeLog
gdb/aarch64-tdep.c
gdb/aix-thread.c
gdb/arm-fbsd-tdep.c
gdb/arm-tdep.c
gdb/breakpoint.c
gdb/ctfread.c
gdb/gdbtypes.c
gdb/go32-nat.c
gdb/guile/scm-pretty-print.c
gdb/hppa-linux-tdep.c
gdb/i386-tdep.c
gdb/mi/mi-symbol-cmds.c
gdb/nat/aarch64-sve-linux-ptrace.c
gdb/nios2-tdep.c
gdb/ppc-sysv-tdep.c
gdb/python/py-framefilter.c
gdb/python/py-prettyprint.c
gdb/rs6000-tdep.c
gdb/s390-tdep.c
gdb/stack.c
gdb/symtab.c
gdb/target-float.c
gdb/tracepoint.c
gdb/v850-tdep.c
gdb/windows-tdep.c
gdb/xcoffread.c
gdbserver/ChangeLog
gdbserver/linux-s390-low.cc
This page took 0.026549 seconds and 4 git commands to generate.