-
Hui Tang authored
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/' Signed-off-by:
Hui Tang <tanghui20@huawei.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
cf9207d7Hui Tang authoredThere 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/' Signed-off-by:
Hui Tang <tanghui20@huawei.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading