Re: [PATCH 1/1] perf: Fixed indentation errors in Core.py

2015-06-30 Thread Philipp Trommler
Hi! This is just a short reminder for the patch I sent a few weeks ago. As it's just a really small change I'd like to ask if someone could review it, so either I have the chance to fix errors or it can be applied. Thanks in advance, Philipp Trommler. Am Freitag, den 05.06.2015, 1

[PATCH 1/1] perf: Fixed indentation errors in Core.py

2015-06-05 Thread Philipp Trommler
Those errors prevented the script from running. Just changed some tabs to spaces. Signed-off-by: Philipp Trommler --- .../python/Perf-Trace-Util/lib/Perf/Trace/Core.py | 28 +++--- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tools/perf/scripts/python/Perf