OSDN Git Service

perf script python: Remove mixed indentation
authorTony Jones <tonyj@suse.de>
Sat, 2 Mar 2019 01:18:57 +0000 (17:18 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 Mar 2019 21:09:14 +0000 (18:09 -0300)
commitb504d7f6876515b74c8e27a44ccdb22372616d97
treec0591cd27231c653655fdb5b9849582e286168b9
parentc1d3e633e16db3eb64f519c7099171bfcef94b20
perf script python: Remove mixed indentation

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@suse.de>
Link: http://lkml.kernel.org/r/20190302011903.2416-2-tonyj@suse.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
14 files changed:
tools/perf/scripts/python/check-perf-trace.py
tools/perf/scripts/python/compaction-times.py
tools/perf/scripts/python/event_analyzing_sample.py
tools/perf/scripts/python/failed-syscalls-by-pid.py
tools/perf/scripts/python/futex-contention.py
tools/perf/scripts/python/intel-pt-events.py
tools/perf/scripts/python/mem-phys-addr.py
tools/perf/scripts/python/net_dropmonitor.py
tools/perf/scripts/python/netdev-times.py
tools/perf/scripts/python/sched-migration.py
tools/perf/scripts/python/sctop.py
tools/perf/scripts/python/stackcollapse.py
tools/perf/scripts/python/syscall-counts-by-pid.py
tools/perf/scripts/python/syscall-counts.py