]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Alter coding style of interface function prototypes
authorJohn Ferlan <jferlan@redhat.com>
Thu, 2 Mar 2017 17:01:29 +0000 (12:01 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 6 Mar 2017 12:07:01 +0000 (07:07 -0500)
commit5adbbdc1737e2d290c38a34f5fefe66da54bbf29
treec848af34e98daf8aa442efdd2194e63851442403
parente858232e4dcf7b82df3c7a50dba0591c7e14465b
conf: Alter coding style of interface function prototypes

In an effort to be consistent with the source module, alter the function
prototypes to follow the similar style of source with the "type" on one
line followed by the function name and arguments on subsequent lines with
with argument getting it's own line.
src/conf/interface_conf.h
src/conf/virinterfaceobj.h