Blame SOURCES/0007-Remove-white-space-between-print.patch

a64660
From 407f8a5b00e1ee8a92a7e05012a3677fa741103b Mon Sep 17 00:00:00 2001
a64660
From: Anh Tran <anhtt@vn.fujitsu.com>
a64660
Date: Tue, 17 Jan 2017 10:24:23 +0700
a64660
Subject: [PATCH 07/21] Remove white space between print ()
a64660
a64660
Change-Id: I8b95436dfcf3bfd65fa95557e34268c0e5072812
a64660
---
a64660
 tools/lintstack.py | 2 +-
a64660
 1 file changed, 1 insertion(+), 1 deletion(-)
a64660
a64660
diff --git a/tools/lintstack.py b/tools/lintstack.py
a64660
index 7f9012d..5754637 100755
a64660
--- a/tools/lintstack.py
a64660
+++ b/tools/lintstack.py
a64660
@@ -170,7 +170,7 @@ def validate(newmsg=None):
a64660
                 print json.dumps(i)
a64660
             print "Consider regenerating the exception file if you will."
a64660
     else:
a64660
-        print ("Please fix the errors above. If you believe they are false"
a64660
+        print("Please fix the errors above. If you believe they are false"
a64660
               " positives, run 'tools/lintstack.py generate' to overwrite.")
a64660
         sys.exit(1)
a64660
 
a64660
-- 
a64660
2.20.1
a64660