diff options
author | Maciej W. Rozycki <[email protected]> | 2022-04-24 12:47:30 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2022-05-02 14:29:04 +0200 |
commit | f4b62e1e1137507268c2c63dc4e6da279dc58e9f (patch) | |
tree | 874b659d1fec99375db5301aabf595b2f1e01cbc /scripts/gdb/linux/timerlist.py | |
parent | cc1b923a4e378c943386e7fe6205918d43e5fede (diff) |
time/sched_clock: Fix formatting of frequency reporting code
Use flat rather than nested indentation for chained else/if clauses as
per coding-style.rst:
if (x == y) {
..
} else if (x > y) {
...
} else {
....
}
This also improves readability.
Signed-off-by: Maciej W. Rozycki <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: John Stultz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions