Reindent recursive_dump_type
authorTom Tromey <tromey@adacore.com>
Fri, 4 Aug 2023 19:57:55 +0000 (13:57 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 4 Aug 2023 19:58:51 +0000 (13:58 -0600)
commit9c808ba1a9ca9aa44a6bba2f1b9fe1e85b57de2d
treefe81c92a207b1d10ba83d60453a8ba4846f28909
parent0ecf4403168bb53c6ce729b1f042610f82043d45
Reindent recursive_dump_type

I noticed that a 'switch' in recursive_dump_type was incorrect
indented.  This patch fixes the problem.  Tested by rebuilding.
gdb/gdbtypes.c