aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.py
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2022-03-18 11:38:22 -0400
committerSimon Marchi <simon.marchi@efficios.com>2022-03-18 11:40:21 -0400
commitf0cf07f341f565978228c9a2cfa73d2a9f3001c3 (patch)
treeea09eba60e3b7d8cb703c63bab03cd190c4fed2b /gdb/gdbarch.py
parenta747a286b9331adfba85a508beddaef47ea1a1c2 (diff)
downloadgdb-f0cf07f341f565978228c9a2cfa73d2a9f3001c3.zip
gdb-f0cf07f341f565978228c9a2cfa73d2a9f3001c3.tar.gz
gdb-f0cf07f341f565978228c9a2cfa73d2a9f3001c3.tar.bz2
gdb: run black to format some Python files
Seems like some leftovers from previous commits. Change-Id: I7155ccdf7a4fef83bcb3d60320252c3628efdb83
Diffstat (limited to 'gdb/gdbarch.py')
-rwxr-xr-xgdb/gdbarch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbarch.py b/gdb/gdbarch.py
index c89d19c..cc96ccd 100755
--- a/gdb/gdbarch.py
+++ b/gdb/gdbarch.py
@@ -25,6 +25,7 @@ import gdbcopyright
# All the components created in gdbarch-components.py.
components = []
+
def join_type_and_name(t, n):
"Combine the type T and the name N into a C declaration."
if t.endswith("*") or t.endswith("&"):