]> git.ipfire.org Git - thirdparty/libvirt.git/commit
check-spacing: do not kill C++-style comments
authorJán Tomko <jtomko@redhat.com>
Fri, 5 Oct 2018 11:39:03 +0000 (13:39 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 6 Nov 2018 13:14:41 +0000 (14:14 +0100)
commit912b8a59708497b75f17db158abb8471aff33cf6
tree51dd110b67f18d3a3dd82cf38b4e480702bd63f0
parent90dba47a07893cd60b898ab3c6252e56318e190c
check-spacing: do not kill C++-style comments

Our HACKING guide forbids these.
There's no point in exempting these from the spacing check
if their existence is against our coding style.

Note that the non-usage of these comments itself is not enforced
by syntax check, probably because of the need to implement a C parser.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
build-aux/check-spacing.pl
src/libvirt.c