Reformat gdbarch-components.py to fix deviations
authorLuis Machado <luis.machado@arm.com>
Tue, 19 Jul 2022 14:52:29 +0000 (15:52 +0100)
committerLuis Machado <luis.machado@arm.com>
Tue, 19 Jul 2022 15:07:55 +0000 (16:07 +0100)
Reformat to make sure we have a clean file with no deviations
from the expected python code format.

gdb/gdbarch-components.py

index 201dba8e1e19e710fe6dfa536f26ec193033f701..71aa5991fbe0fd6daf21cd4f0c8b56e3188e4172 100644 (file)
@@ -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,
 )