Re: [PATCH] netfilter: Remove leading spaces in Kconfig

From: Pablo Neira Ayuso
Date: Tue May 18 2021 - 12:20:49 EST


On Mon, May 17, 2021 at 11:58:50AM +0200, Juerg Haefliger wrote:
> Remove leading spaces before tabs in Kconfig file(s) by running the
> following command:
>
> $ find net/netfilter -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/'

Applied, thanks.