diff options
author | Tom Tromey <tromey@adacore.com> | 2025-08-27 13:29:22 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2025-08-27 13:29:22 -0600 |
commit | c54f82572d62cce056cdef8e184fb73f22b42aca (patch) | |
tree | 8d50bd2de61b9041aaee164718f35f6d684ca274 | |
parent | 93dfa8e923a06c52a707e19109fef07601f6d114 (diff) | |
download | binutils-c54f82572d62cce056cdef8e184fb73f22b42aca.zip binutils-c54f82572d62cce056cdef8e184fb73f22b42aca.tar.gz binutils-c54f82572d62cce056cdef8e184fb73f22b42aca.tar.bz2 |
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.
-rw-r--r-- | gdb/gdbarch_components.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, ) |