]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cgroup: use consistent formatting
authorEric Blake <eblake@redhat.com>
Mon, 12 Aug 2013 19:52:06 +0000 (13:52 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 12 Aug 2013 21:36:35 +0000 (15:36 -0600)
commita91929053cdd73bf14a26499477ee69402b1c946
treeb3e6b6e538ea3970c0602baad1708df95b25b812
parent6ba0b7d2b45c39420ae87dcdb3ca866a671157ca
cgroup: use consistent formatting

Format all functions with two blank lines between, and return type
on separate line from function name.  Also break some lines longer
than 80 columns.  This makes the subsequent macro refactoring
less noisy.

* src/util/vircgroup.c: Match prevailing style.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/vircgroup.c