From f17090f3197e90b8fad15bc99453450492201b8f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 14:41:27 -0500 Subject: remove extra newlines from python files Remove all of the ending newlines at the end of the file, since this is apparently against pep8. --- dump_sections.py | 1 - 1 file changed, 1 deletion(-) (limited to 'dump_sections.py') diff --git a/dump_sections.py b/dump_sections.py index 91306e4..fef35d8 100755 --- a/dump_sections.py +++ b/dump_sections.py @@ -127,4 +127,3 @@ if __name__ == "__main__": # dump everything to stdout sys.stdout.write(output) - -- cgit v1.2.3