ifb: 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/'

Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Hui Tang 2021-05-20 11:47:53 +08:00 committed by David S. Miller
parent 20a4fc3bc2
commit cf9207d77a

View File

@ -16,10 +16,10 @@
by Patrick McHardy and then maintained by Andre Correa. by Patrick McHardy and then maintained by Andre Correa.
You need the tc action mirror or redirect to feed this device You need the tc action mirror or redirect to feed this device
packets. packets.
Authors: Jamal Hadi Salim (2005) Authors: Jamal Hadi Salim (2005)
*/ */