diff options
author | Hui Tang <[email protected]> | 2021-05-19 13:30:40 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-05-19 12:17:31 -0700 |
commit | cf82f9b165e464bb81b66d0b4fcca70970785564 (patch) | |
tree | c237fe1d97705ea36011676f1855f88c479a8bf0 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 21b128fde6e092de0749df157304d5896a237f10 (diff) |
net: dec: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running the
following commard:
$ find . -name '*.c' | xargs sed -r -i 's/^[ ]+\t/\t/'
$ find . -name '*.h' | xargs sed -r -i 's/^[ ]+\t/\t/'
Signed-off-by: Hui Tang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions