summaryrefslogtreecommitdiff
path: root/scripts/checkstack.pl
diff options
context:
space:
mode:
authorHui Tang <tanghui20@huawei.com>2021-05-19 13:30:49 +0800
committerDavid S. Miller <davem@davemloft.net>2021-05-19 12:17:31 -0700
commitb54f440cb87154a78b19f8b624db1985b57b0dd7 (patch)
tree52151b084a576048edee2b57ba7bcbeec8361699 /scripts/checkstack.pl
parent996d7ab8badf153b59db5a85da0d65623eb58a2d (diff)
net: sun: 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: Vaibhav Gupta <vaibhavgupta40@gmail.com> Signed-off-by: Hui Tang <tanghui20@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/checkstack.pl')
0 files changed, 0 insertions, 0 deletions