summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHui Tang <tanghui20@huawei.com>2021-05-19 08:30:42 +0300
committerDavid S. Miller <davem@davemloft.net>2021-05-19 22:17:31 +0300
commitc11c900143e44f73628dcaa439561e8f15e2ee20 (patch)
treeff8bbac4ad35b0f4bb91d52103e23a2f5c0f8f1f /tools/perf/scripts/python
parente6f0f977407f1eba63db1e8f143e7667be61a1b8 (diff)
downloadlinux-c11c900143e44f73628dcaa439561e8f15e2ee20.tar.xz
net: ibm: 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: Sukadev Bhattiprolu <sukadev@linux.ibm.com> Signed-off-by: Hui Tang <tanghui20@huawei.com> Acked-by: Lijun Pan <lijunp213@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions