]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Perform some formatting cleanup in bridge_driver
authorJohn Ferlan <jferlan@redhat.com>
Tue, 9 May 2017 19:57:48 +0000 (15:57 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 15 Jul 2017 11:39:16 +0000 (07:39 -0400)
commit71b3b1b8679d11419d9a4710a7e88629fb09fc68
treebc9d96347376e962061f30a4daeb9c494eff586b
parentd7af0de38e3c74ba5e8e7d9fdd12ecb62160f9c2
network: Perform some formatting cleanup in bridge_driver

Modify code to have two spaces between functions, follow function more
recent function formatting w/r/t args per line and function return type
and name on separate lines.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/network/bridge_driver.c