From a87ad88c29be95af9fefb5de45d6615f83f92086 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sun, 6 May 2018 17:08:32 +0300 Subject: [PATCH] [F] Fixed style errors --- amalgamate.py | 5 ++--- lib/fort.c | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/amalgamate.py b/amalgamate.py index d376a54..9bc0dea 100644 --- a/amalgamate.py +++ b/amalgamate.py @@ -6,8 +6,7 @@ def comment_line(line): def amalgamate(config): with open(config["output_file"], "w") as output_f: - output_f.write(""" -/* + output_f.write("""/* libfort MIT License @@ -35,7 +34,7 @@ SOFTWARE. /* The file was GENERATED by an amalgamation script.*/ /* DO NOT EDIT BY HAND!!! */\n\n - """) +""") for hdr_file in config["header_files"]: with open(config["src_dir"] + "/" + hdr_file, "r") as input_f: diff --git a/lib/fort.c b/lib/fort.c index 18c4a66..3944f40 100644 --- a/lib/fort.c +++ b/lib/fort.c @@ -1,4 +1,3 @@ - /* libfort @@ -29,7 +28,7 @@ SOFTWARE. /* DO NOT EDIT BY HAND!!! */ - + /******************************************************** Begin of file "fort_utils.h" ********************************************************/