Re: [PATCH v2 1/7] perf script python: remove mixed indentation

From: Adrian Hunter
Date: Tue Mar 05 2019 - 05:41:30 EST


On 2/03/19 3:18 AM, Tony Jones wrote:
> Remove mixed indentation in Python scripts. Revert to either all
> tabs (most common form) or all spaces (4 or 8) depending on what
> was the intent of the original commit. This is necessary to
> complete Python3 support as it will flag an error if it encounters
> mixed indentation.
>
> Signed-off-by: Tony Jones <tonyj@xxxxxxx>

For intel-pt-events.py

Acked-by: Adrian Hunter <adrian.hunter@xxxxxxxxx>