]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Require K&R styled curly braces around function bodies
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 20 Sep 2013 15:56:38 +0000 (17:56 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 20 Mar 2014 16:27:17 +0000 (17:27 +0100)
commit9b7ac663ee25384949dea6ee6b9fd1e45caad5a5
tree8a3953d27b1fd0c1b15bf21f5ff229b2191225d3
parent95aed7febc8eca761ca6123a19d0801115ba568d
Require K&R styled curly braces around function bodies

Although not explicitly requested, we are using K&R (or Kernel)
indentation for curly braces around functions in HACKING file and most
of the code.  Using grep -P, this patch add the syntax-check rule for
it (while skipping all the false positives with foreach constructs).

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
cfg.mk