]> git.ipfire.org Git - thirdparty/libvirt.git/commit
syntax-check: Enforce sc_prohibit_backslash_alignment everywhere
authorAndrea Bolognani <abologna@redhat.com>
Mon, 23 May 2022 15:01:00 +0000 (17:01 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 24 May 2022 09:09:51 +0000 (11:09 +0200)
commit7f403bc2517701381397723203b8b798688d744e
tree1cae3fc819cd53b9e46704df9e1d9eb007e7ea6e
parent6545173b696f85e8c55cdc914cb36b5388132cf8
syntax-check: Enforce sc_prohibit_backslash_alignment everywhere

Basically all files in the repository are already passing the
check, except for syntax-check.mk itself. Fix that, and stop
limiting the files on which the test is performed.

These changes have been generated by running

  $ sed -Ei 's/[ '$'\t'']+\\$/ \\/g' $(git grep -El '[ '$'\t'']+\\$')

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
build-aux/syntax-check.mk
ci/Makefile