gdb: run black code formatter on gdbarch_components.py
authorAndrew Burgess <aburgess@redhat.com>
Thu, 6 Apr 2023 15:34:17 +0000 (16:34 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 6 Apr 2023 15:34:17 +0000 (16:34 +0100)
The following commit changed gdbarch_components.py but failed to
format it with black:

  commit cf141dd8ccd36efe833aae3ccdb060b517cc1112
  Date:   Wed Feb 22 12:15:34 2023 +0000

      gdb: fix reg corruption from displaced stepping on amd64

This commit just runs black on the file and commits the result.

The change is just the addition of an extra "," -- there will be no
change to the generated source files after this commit.

There will be no user visible changes after this commit.

gdb/gdbarch_components.py

index d30c537ee1c8c053a8db156965de6c44cc45751c..9f0430c7770dc3542220127913836ea44d098436 100644 (file)
@@ -1804,7 +1804,7 @@ see the comments in infrun.c.
         ("CORE_ADDR", "from"),
         ("CORE_ADDR", "to"),
         ("struct regcache *", "regs"),
-        ("bool", "completed_p")
+        ("bool", "completed_p"),
     ],
     predicate=False,
     predefault="NULL",