]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix formatting of gdbarch_components.py
authorTom Tromey <tromey@adacore.com>
Wed, 27 Aug 2025 19:29:22 +0000 (13:29 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 27 Aug 2025 19:29:22 +0000 (13:29 -0600)
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

index bd255187004ff3614d92f19710fd6b613ca7f4a0..c4cf87e3c2dda4a28fde830f2740f8a509dc4abe 100644 (file)
@@ -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,
 )