]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: json: Unify function header formatting
authorPeter Krempa <pkrempa@redhat.com>
Mon, 16 Jun 2014 13:24:26 +0000 (15:24 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 17 Jun 2014 06:48:44 +0000 (08:48 +0200)
commit5429a3b6484b3b9ae36aa3432c3e40d542e4ac88
tree4642ce8d88ebb56c9752f98524e103aa4e73b6dc
parentb50e1049234473b36e798b8ebd842cb84ef023dc
util: json: Unify function header formatting

Use consistent formatting of function headers:
- two newlines separating functions
- function return type on separate line
- one argument per line
src/util/virjson.c