]> xenbits.xensource.com Git - libvirt.git/commit
Adjust backslash alignment syntax-check
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 22 Nov 2017 10:27:16 +0000 (11:27 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 23 Nov 2017 10:31:52 +0000 (11:31 +0100)
commitd09429abe826cfb49a49e71418c497570afd34b0
tree915fd1282b9f4022e09f29502976522f7bf64910
parentea7b2a6d04f5c354b1cda941362ba8ac42e92278
Adjust backslash alignment syntax-check

We have a check for backslash alignment that checks for two blanks preceding a
backslash.  However there can be alignment done using a tabulator and in some
cases one might be enough.  There are none currently, but I found out that was
the case before. at some point.  so let's check for \t preceding the final
backslash as well.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
cfg.mk