From: Luis Machado Date: Tue, 19 Jul 2022 14:52:29 +0000 (+0100) Subject: Reformat gdbarch-components.py to fix deviations X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9061058b4fb26a6b4a7243f5dca1eb9066f2671;p=binutils-gdb.git 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. --- 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, )