forked from Imagelibrary/binutils-gdb
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user