]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetserver: Format functions consistently
authorJiri Denemark <jdenemar@redhat.com>
Fri, 26 Nov 2021 15:58:07 +0000 (16:58 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 1 Dec 2021 13:36:30 +0000 (14:36 +0100)
commita44738231e652bd27635930d3700ec36546ae18e
treea7082887e1a3a60afa45ec0ead684a2cf2f46593
parentfb96b6a0521e131aab1ac65ea01509c415bdf3c9
virnetserver: Format functions consistently

The file used a pretty inconsistent style for formatting function
headers. Return types were both separate and on the same line as
function names and functions were separated by one, two, and sometimes
even three empty lines. Let's make it consistent by honoring our
preferred coding style.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/rpc/virnetserver.c