mirror of
https://github.com/verilator/verilator.git
synced 2025-01-24 15:24:04 +00:00
Apply 'make format'
This commit is contained in:
parent
70603bb752
commit
20e896ec21
@ -598,7 +598,8 @@ def write_types(filename):
|
|||||||
def write_yystype(filename):
|
def write_yystype(filename):
|
||||||
with open_file(filename) as fh:
|
with open_file(filename) as fh:
|
||||||
for typen in sorted(Classes.keys()):
|
for typen in sorted(Classes.keys()):
|
||||||
fh.write("Ast{t}* {m}p;\n".format(t=typen, m=typen[0].lower() + typen[1:]))
|
fh.write("Ast{t}* {m}p;\n".format(t=typen,
|
||||||
|
m=typen[0].lower() + typen[1:]))
|
||||||
|
|
||||||
|
|
||||||
def write_macros(filename):
|
def write_macros(filename):
|
||||||
|
Loading…
Reference in New Issue
Block a user