Re: [Xen-devel] [PATCH] xen: Fix Kconfig indentation

2019-11-20 Thread Krzysztof Kozlowski
On Wed, 20 Nov 2019 at 22:02, Jan Beulich wrote: > > On 20.11.2019 14:38, Krzysztof Kozlowski wrote: > > Adjust indentation from spaces to tab (+optional two spaces) as in > > coding style with command like: > > $ sed -e 's/^/\t/' -i */Kconfig > > > > Signed-off-by: Krzysztof

Re: [Xen-devel] [PATCH] xen: Fix Kconfig indentation

2019-11-20 Thread Jan Beulich
On 20.11.2019 14:38, Krzysztof Kozlowski wrote: > Adjust indentation from spaces to tab (+optional two spaces) as in > coding style with command like: > $ sed -e 's/^/\t/' -i */Kconfig > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/xen/Kconfig | 22 +++--- >

[Xen-devel] [PATCH] xen: Fix Kconfig indentation

2019-11-20 Thread Krzysztof Kozlowski
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^/\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski --- drivers/xen/Kconfig | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff