diff options
author | Hui Tang <[email protected]> | 2021-05-19 13:30:52 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-05-19 12:17:31 -0700 |
commit | 59909c1ab71d92f8bec0c69ece2552aaf44bedce (patch) | |
tree | af734a9f38779ebc5d510cea4e96d32931284fba /tools/perf/scripts/python/check-perf-trace.py | |
parent | 223f02acce1abeda94d41dec3e622a56a29843ac (diff) |
net: 8390: 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/'
Cc: Armin Wolf <[email protected]>
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