Re: [libvirt] [PATCH 1/2] maint: Replace tabs with spaces in all source files in repo

2017-10-18 Thread Ján Tomko
On Tue, Oct 17, 2017 at 05:24:30PM +0200, Erik Skultety wrote: So we have a syntax-check rule to catch all tab indents but it naturally can't catch tab spacing, i.e. as a delimiter. This patch is a result of running 'vim -en +retab +wq' (using tabstop=8 softtabstop=4 shiftwidth=4 expandtab) on

[libvirt] [PATCH 1/2] maint: Replace tabs with spaces in all source files in repo

2017-10-17 Thread Erik Skultety
So we have a syntax-check rule to catch all tab indents but it naturally can't catch tab spacing, i.e. as a delimiter. This patch is a result of running 'vim -en +retab +wq' (using tabstop=8 softtabstop=4 shiftwidth=4 expandtab) on each file from a list generated by the following: find .