libvirt/src/network
Cole Robinson 6a4d938dd3 Require a semicolon for VIR_ENUM_IMPL calls
Missing semicolon at the end of macros can confuse some analyzers
(like cppcheck <filename>), and we have a mix of semicolon and
non-semicolon usage through the code. Let's standardize on using
a semicolon for VIR_ENUM_IMPL calls.

Move the verify() statement to the end of the macro and drop
the semicolon, so the compiler will require callers to add a
semicolon.

While we are touching these call sites, standardize on putting
the closing parenth on its own line, as discussed here:
https://www.redhat.com/archives/libvir-list/2019-January/msg00750.html

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2019-02-03 17:46:29 -05:00
..
bridge_driver_linux.c network: allow configuring firewalld zone for virtual network bridge device 2019-02-01 12:57:13 -05:00
bridge_driver_nop.c network: add platform driver callbacks around firewall reload 2019-01-29 13:35:58 +00:00
bridge_driver_platform.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
bridge_driver_platform.h network: add platform driver callbacks around firewall reload 2019-01-29 13:35:58 +00:00
bridge_driver.c configure: change HAVE_FIREWALLD to WITH_FIREWALLD 2019-02-01 12:08:37 -05:00
bridge_driver.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
default.xml
leaseshelper.c Require a semicolon for VIR_ENUM_IMPL calls 2019-02-03 17:46:29 -05:00
libvirt.zone configure: selectively install a firewalld 'libvirt' zone 2019-02-01 12:08:37 -05:00
Makefile.inc.am configure: selectively install a firewalld 'libvirt' zone 2019-02-01 12:08:37 -05:00