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:
parent
20a4fc3bc2
commit
cf9207d77a
@ -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)
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user