]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
syntax-check: remove deleted daemon directory from space_indent_check
authorPavel Hrdina <phrdina@redhat.com>
Wed, 11 Dec 2019 14:40:31 +0000 (15:40 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 17 Jan 2020 15:04:26 +0000 (16:04 +0100)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
build-aux/syntax-check.mk

index b0a977201e36a385ee5eb443b9b747efc95114cf..e5623606dd992bc56f321e809caef2bbc286781f 100644 (file)
@@ -569,7 +569,7 @@ sc_size_of_brackets:
 # Ensure that no C source file, docs, or rng schema uses TABs for
 # indentation.  Also match *.h.in files, to get libvirt.h.in.  Exclude
 # files in gnulib, since they're imported.
-space_indent_files=(\.(aug(\.in)?|rng|s?[ch](\.in)?|html.in|py|pl|syms)|(daemon|tools)/.*\.in)
+space_indent_files=(\.(aug(\.in)?|rng|s?[ch](\.in)?|html.in|py|pl|syms)|tools/.*\.in)
 sc_TAB_in_indentation:
        @prohibit='^ *  ' \
        in_vc_files='$(space_indent_files)$$' \