public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Luis Machado <luisgpm@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] Reformat gdbarch-components.py to fix deviations
Date: Tue, 19 Jul 2022 15:09:37 +0000 (GMT)	[thread overview]
Message-ID: <20220719150937.A02273858439@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e9061058b4fb26a6b4a7243f5dca1eb9066f2671

commit e9061058b4fb26a6b4a7243f5dca1eb9066f2671
Author: Luis Machado <luis.machado@arm.com>
Date:   Tue Jul 19 15:52:29 2022 +0100

    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:
---
 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,
 )


                 reply	other threads:[~2022-07-19 15:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220719150937.A02273858439@sourceware.org \
    --to=luisgpm@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).