diff options
author | Hui Tang <[email protected]> | 2021-05-19 13:30:38 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-05-19 12:17:30 -0700 |
commit | 90e4403a6d374d37fce5e86f38a5e77359b62822 (patch) | |
tree | 06b4bb2325cbd4615c1d560aa7af98d97702a2df /tools/perf/scripts/python | |
parent | a22cf81d634c83718c036728a0d119d538947b73 (diff) |
net: broadcom: 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: Michael Chan <[email protected]>
Signed-off-by: Hui Tang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions