perf script: Autopep8 futex-contention
authorHagen Paul Pfeifer <hagen@jauu.net>
Mon, 21 Sep 2020 20:19:27 +0000 (22:19 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 23 Sep 2020 15:58:53 +0000 (12:58 -0300)
commit2a684fcb605ae1febef381b85bc2b5f3edf47cc5
treeb376f36d6186613168af6513a98a9f9735f8788e
parent002a3d690f95804bdef6b70b26154103518e13d9
perf script: Autopep8 futex-contention

10 years leaves its mark! Python has evolved and so has its style guide.
Even with vim it is getting hard to follow the no longer valid
guidelines (spaces vs. tabs).

Autopep8 this code to modernize it!

Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Link: http://lore.kernel.org/lkml/20200921201928.799498-1-hagen@jauu.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/futex-contention.py