From 8924cdcac45588a5c49f07d25aaa19221a81650a Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 2 Oct 2018 13:57:28 +0300 Subject: [PATCH] removed newline --- tools/make-jpg-h.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/make-jpg-h.py b/tools/make-jpg-h.py index be33e6b..e5a0d12 100755 --- a/tools/make-jpg-h.py +++ b/tools/make-jpg-h.py @@ -71,7 +71,6 @@ def main(): *****************************************************************************/ """).strip() + "\n\n\n" + text - with open(dest, "w") as h_file: h_file.write(text)