aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJeremy Sowden <[email protected]>2019-05-15 12:14:33 +0100
committerGreg Kroah-Hartman <[email protected]>2019-05-20 07:40:40 +0200
commitd2a6eaee1d72262b08265a3d83f5048fe253401d (patch)
tree8d9c70c59cb26e63969ecd27c103da1babaf8e40 /tools/perf/scripts/python/event_analyzing_sample.py
parentd34141ebd7e74cc4e68fe58b2d30eb5dcf1e7aeb (diff)
staging: kpc2000: inverted conditional in order to reduce indentation.
Changed: for (...) { ... if (expr) { ... } } into: for (...) { ... if (!expr) continue; ... } in order to reduce indentation of conditional block. Fixed indentation of cases blocks at the same time. Signed-off-by: Jeremy Sowden <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions