From: Tom Tromey Date: Wed, 27 Aug 2025 19:29:22 +0000 (-0600) Subject: Fix formatting of gdbarch_components.py X-Git-Tag: gdb-17-branchpoint~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c54f82572d62cce056cdef8e184fb73f22b42aca;p=thirdparty%2Fbinutils-gdb.git Fix formatting of gdbarch_components.py pre-commit pointed out that gdbarch_components.py had a minor formatting issue, according to the official version of 'black'. This patch corrects the oversight. --- diff --git a/gdb/gdbarch_components.py b/gdb/gdbarch_components.py index bd255187004..c4cf87e3c2d 100644 --- a/gdb/gdbarch_components.py +++ b/gdb/gdbarch_components.py @@ -2561,7 +2561,7 @@ one for live targets. CBFD is the core file being read from. params=[ ("struct bfd *", "cbfd"), ("const char *", "args"), - ("enum info_proc_what", "what") + ("enum info_proc_what", "what"), ], predicate=True, )