]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: detect/prohibit hardcoded XML indent in syntax-check
authorLaine Stump <laine@laine.org>
Thu, 13 Mar 2014 00:05:31 +0000 (18:05 -0600)
committerLaine Stump <laine@laine.org>
Fri, 14 Mar 2014 06:02:43 +0000 (00:02 -0600)
commitc8d6cd853ffdc31dfcfdd81176ed9b86e2c68543
tree35606ae498e1178797b396148898f2b1a8fd99db
parent68d63c6b6f8c10f4bde85f7327ce4bbbda24a725
build: detect/prohibit hardcoded XML indent in syntax-check

This rule wouldn't be able to find any case of a hardcoded indent that
was in the middle of a string, but then virBuffer doesn't add
indentation in the middle of a string either.
cfg.mk