From acb43011c17686f66b9e0894c0d7befb2b8e102e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Sep 2021 18:26:33 +0100 Subject: [PATCH] Remove extra blank lines from png2c.py output Adding them just seems unnecessary. --- misc/scripts/png2c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/png2c.py b/misc/scripts/png2c.py index 6b05309dc6..aedb81e13f 100755 --- a/misc/scripts/png2c.py +++ b/misc/scripts/png2c.py @@ -89,6 +89,6 @@ for path in sys.argv[1:]: i += 1 # Now conclude the C source - text += "};\n\n" + text += "};" print(text)