]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
syntax-check: Add prohibit_space_in_label rule
authorAndrea Bolognani <abologna@redhat.com>
Mon, 2 Nov 2015 11:12:22 +0000 (12:12 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 16 Nov 2015 16:49:36 +0000 (17:49 +0100)
commitc9014a0df63932eacc402990ca86ee945bef4c0b
tree4cfd24d103aa9ef68512ae18342b424230a5c626
parente340013ea85a8be7268fbb24fa1cabc8d9b152ad
syntax-check: Add prohibit_space_in_label rule

This guards against code such as

 cleanup :

which is happily accepted by the compiler but does not conform
to our style guidelines.
cfg.mk