mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
Apply 'make format'
This commit is contained in:
parent
f1b8b1d99b
commit
a8b480559d
@ -49,7 +49,7 @@ for cmd in sys.stdin:
|
||||
pos = newpos + 1
|
||||
|
||||
# sys.stderr.write("Line count: %d\n" % lineno)
|
||||
wholefile = '' . join(prefixes) + wholefile
|
||||
wholefile = ''.join(prefixes) + wholefile
|
||||
|
||||
print("Content-Length: " + str(len(wholefile)) + "\n" + wholefile)
|
||||
sys.stdout.flush()
|
||||
|
Loading…
Reference in New Issue
Block a user