[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:
Tom de Vries 2023-08-23 21:19:39 +02:00
parent 0102786904
commit ee84251aba

View File

@ -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)