[Mesa-dev] [PATCH 2/2] bin/*py: honor editorconfig formatting

Andres Gomez agomez at igalia.com
Fri May 5 13:09:42 UTC 2017


Signed-off-by: Andres Gomez <agomez at igalia.com>
---
 bin/perf-annotate-jit.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/perf-annotate-jit.py b/bin/perf-annotate-jit.py
index 746434008f..4f05585bd4 100755
--- a/bin/perf-annotate-jit.py
+++ b/bin/perf-annotate-jit.py
@@ -133,7 +133,7 @@ class PerfParser(LineParser):
 
     def __init__(self, infile, symbol):
         LineParser.__init__(self, infile)
-	self.symbol = symbol
+        self.symbol = symbol
 
     def readline(self):
         # Override LineParser.readline to ignore comment lines
@@ -155,7 +155,7 @@ class PerfParser(LineParser):
         addresses.sort()
         total_samples = 0
 
-	sys.stdout.write('%s:\n' % self.symbol)
+        sys.stdout.write('%s:\n' % self.symbol)
         for address, instr in asm:
             try:
                 sample = samples.pop(address)
-- 
2.11.0



More information about the mesa-dev mailing list