OSDN Git Service

net: ppp: remove leading spaces before tabs
authorHui Tang <tanghui20@huawei.com>
Thu, 20 May 2021 03:47:49 +0000 (11:47 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 May 2021 22:10:57 +0000 (15:10 -0700)
commit63b63138f656d2ab9e1e692b6d1e4112406741a0
treee8b403695093c0963039e9536c3f688f88e64dd4
parent1d314fc1a157f3a39af68518c27a9e98b125053d
net: ppp: 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: Tom Parkin <tparkin@katalix.com>
Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp/bsd_comp.c