libvirt/src/vmx
Cole Robinson 7662194bf3 Require a semicolon to VIR_ENUM_DECL 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_DECL calls.

Drop the semicolon from the final statement of the macro, so
the compiler will require callers to add a semicolon.

Reviewed-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2019-02-03 17:46:29 -05:00
..
Makefile.inc.am make: split vmx driver build rules into vmx/Makefile.inc.am 2018-03-05 17:12:01 +00:00
vmx.c Require a semicolon to VIR_ENUM_DECL calls 2019-02-03 17:46:29 -05:00
vmx.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00