]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbarch.py: Fix indentation in the generated gdbarch_dump function
authorThiago Jung Bauermann <thiago.bauermann@linaro.org>
Thu, 1 Dec 2022 16:40:13 +0000 (16:40 +0000)
committerThiago Jung Bauermann <thiago.bauermann@linaro.org>
Mon, 5 Dec 2022 13:51:48 +0000 (13:51 +0000)
commit53e03d92a6d052dfb8d0cb2ff203f1d28462e656
treeb16e7686cc8f2bb61b98601d8835f254d5d66cc5
parent63b999f80b53f5b608af589964c55c721a8bc62f
gdbarch.py: Fix indentation in the generated gdbarch_dump function

Use tab for the first eight spaces of indentation, and align the gdb_printf
arguments to the open parenthesis of the function call.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/gdbarch.c
gdb/gdbarch.py