From aaabb796f89dfeb9744778ebb70893eed0997cb8 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 4 Sep 2025 21:47:36 -0400 Subject: [PATCH] gdb: run black on gdbarch_components.py Change-Id: Ifcf80faa240c7c235bfea4ddc79f0d6c39858c5e --- 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 5287451f060..20f9c8059f3 100644 --- a/gdb/gdbarch_components.py +++ b/gdb/gdbarch_components.py @@ -1786,7 +1786,7 @@ of bytes read (zero indicates EOF, a negative value indicates failure). ("struct bfd &", "cbfd"), ("gdb_byte *", "readbuf"), ("ULONGEST", "offset"), - ("ULONGEST", "len") + ("ULONGEST", "len"), ], predicate=True, )