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.
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.