net: fddi: skfp: 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/'

Cc: Lee Jones <lee.jones@linaro.org>
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:51 +08:00 коммит произвёл David S. Miller
Родитель d1542f85df
Коммит a597111a3c
2 изменённых файлов: 4 добавлений и 4 удалений