From c54f82572d62cce056cdef8e184fb73f22b42aca Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 27 Aug 2025 13:29:22 -0600 Subject: 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. --- gdb/gdbarch_components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/gdbarch_components.py b/gdb/gdbarch_components.py index bd25518..c4cf87e 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, ) -- cgit v1.1