From e9061058b4fb26a6b4a7243f5dca1eb9066f2671 Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Tue, 19 Jul 2022 15:52:29 +0100 Subject: [PATCH] Reformat gdbarch-components.py to fix deviations Reformat to make sure we have a clean file with no deviations from the expected python code format. --- gdb/gdbarch-components.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/gdbarch-components.py b/gdb/gdbarch-components.py index 201dba8e1e1..71aa5991fbe 100644 --- a/gdb/gdbarch-components.py +++ b/gdb/gdbarch-components.py @@ -1552,7 +1552,12 @@ If no tags were found, return an empty vector. """, type="gdb::byte_vector", name="decode_memtag_section", - params=[("bfd_section *", "section"), ("int", "type"), ("CORE_ADDR", "address"), ("size_t", "length")], + params=[ + ("bfd_section *", "section"), + ("int", "type"), + ("CORE_ADDR", "address"), + ("size_t", "length"), + ], predicate=True, invalid=True, ) -- 2.30.2