[F] Fixed style errors
This commit is contained in:
parent
e870d1dc2c
commit
a87ad88c29
@ -6,8 +6,7 @@ def comment_line(line):
|
|||||||
|
|
||||||
def amalgamate(config):
|
def amalgamate(config):
|
||||||
with open(config["output_file"], "w") as output_f:
|
with open(config["output_file"], "w") as output_f:
|
||||||
output_f.write("""
|
output_f.write("""/*
|
||||||
/*
|
|
||||||
libfort
|
libfort
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
@ -35,7 +34,7 @@ SOFTWARE.
|
|||||||
|
|
||||||
/* The file was GENERATED by an amalgamation script.*/
|
/* The file was GENERATED by an amalgamation script.*/
|
||||||
/* DO NOT EDIT BY HAND!!! */\n\n
|
/* DO NOT EDIT BY HAND!!! */\n\n
|
||||||
""")
|
""")
|
||||||
|
|
||||||
for hdr_file in config["header_files"]:
|
for hdr_file in config["header_files"]:
|
||||||
with open(config["src_dir"] + "/" + hdr_file, "r") as input_f:
|
with open(config["src_dir"] + "/" + hdr_file, "r") as input_f:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libfort
|
libfort
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user