[meld] bin/meld: PEP8



commit 9ad60fc6f3e0166e718836fedf96a732a3cd8087
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Fri Jun 1 08:56:40 2018 +1000

    bin/meld: PEP8

 bin/meld | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/bin/meld b/bin/meld
index 84579a04..735c3e97 100755
--- a/bin/meld
+++ b/bin/meld
@@ -39,6 +39,7 @@ if sys.executable.endswith("pythonw.exe") or sys.stdout is None:
 # This allows skipping '__name__ == "main"' guard, but freezed case is special.
 freeze_support()
 
+
 def disable_stdout_buffering():
 
     class Unbuffered(object):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]