mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
[gdb/build] Run black on make-target-delegates.py
Run black on make-target-delegates.py to fix buildbot build breaker. Tested on x86_64-linux.
This commit is contained in:
parent
0102786904
commit
ee84251aba
@ -280,7 +280,7 @@ def write_debugmethod(
|
||||
print(" " + return_type + " result", file=f)
|
||||
print(" = ", file=f, end="")
|
||||
else:
|
||||
print(" ", file=f, end="")
|
||||
print(" ", file=f, end="")
|
||||
print("this->beneath ()->" + name + " (", file=f, end="")
|
||||
print(", ".join(names), file=f, end="")
|
||||
print(");", file=f)
|
||||
|
Loading…
Reference in New Issue
Block a user