diff options
author | Hui Tang <[email protected]> | 2021-05-20 11:47:48 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-05-20 15:10:57 -0700 |
commit | 1d314fc1a157f3a39af68518c27a9e98b125053d (patch) | |
tree | b8a7bbfda5b44df9dfe54437e69c08a37c198d2e /tools/perf/scripts/python/Perf-Trace-Util/lib | |
parent | 094fefd663adb651833989bb3cef7d8fd56abfb8 (diff) |
net: slip: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running
the following commard:
$ find . -name '*.[ch]' | xargs sed -r -i 's/^[ ]+\t/\t/'
Cc: Masahiro Yamada <[email protected]>
Signed-off-by: Hui Tang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions