summaryrefslogtreecommitdiff
path: root/net/802
diff options
context:
space:
mode:
authorHui Tang <tanghui20@huawei.com>2021-05-19 13:30:37 +0800
committerDavid S. Miller <davem@davemloft.net>2021-05-19 12:17:30 -0700
commita22cf81d634c83718c036728a0d119d538947b73 (patch)
treed50a41a2b8b2e84ab251aeca4dbb7f1ea884b48c /net/802
parent106b4cb597666832b063df9d5e8d2bb102206f8b (diff)
net: apple: 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/' Signed-off-by: Hui Tang <tanghui20@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/802')
0 files changed, 0 insertions, 0 deletions