]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite: format some Python files
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 25 Sep 2024 14:16:59 +0000 (10:16 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Wed, 25 Sep 2024 14:17:31 +0000 (10:17 -0400)
Format with black.

Change-Id: I28e79e9da07ea29391ad1942047633960fa72ed2

gdb/testsuite/gdb.python/py-pp-cast.py
gdb/testsuite/gdb.python/py-pp-re-notag.py
gdb/testsuite/gdb.python/py-prettyprint-stub.py

index a0c48f9548a9a9425a349e3aa68b8dd651fae760..c07192085094cf5183f314eb4be957b3a9a8efb7 100644 (file)
@@ -15,6 +15,7 @@
 
 import gdb.printing
 
+
 class PpIntPrinter(object):
     def __init__(self, val):
         self.val = val
index 3bbf588708425b7945b10cd2b4d03835888ec6e5..00bc5c7670f336012a24be05c99fd35bea4a7f26 100644 (file)
@@ -18,6 +18,7 @@ from time import asctime, gmtime
 import gdb  # silence pyflakes
 import gdb.printing
 
+
 class TimePrinter:
     def __init__(self, val):
         self.val = val
index 75d5f35f164228f0f807e3ee552e3b44f59bfd7a..2378f559b450d212093f8e58f51bee6b41eedc6b 100644 (file)
@@ -18,6 +18,7 @@
 
 import gdb.printing
 
+
 class SPrinter:
     def __init__(self, val):
         self.val = val