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. --- comparator.py | 1 - 1 file changed, 1 deletion(-) (limited to 'comparator.py') diff --git a/comparator.py b/comparator.py index e338f43..6cc440c 100644 --- a/comparator.py +++ b/comparator.py @@ -265,4 +265,3 @@ for blob in found_blobs: print "Found " + str(len(found_blobs)) + " possibly copied functions." print [hex(x) for x in found_blobs[10].locations] - -- cgit v1.2.3