]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitee43c9954a58ba6d360dfb441d623da8d8f99dcd
treec0591cd27231c653655fdb5b9849582e286168b9
parent3e9b77d2adf1fce9c4bda01ad0139d3c37c2ed95
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