]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_cgroup: Don't put semicolon at the end of VIR_GET_LIMIT_PARAMETER macro
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 28 Jan 2022 11:15:01 +0000 (12:15 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 28 Jan 2022 16:06:21 +0000 (17:06 +0100)
commita269fae099f6a724957ed1ed3ec2e3f501675bde
treec6f668e6f15342981dae36f0b8bcec5e3962572f
parent782ef1a992bf4b7aa21fb35613f3499cd9ff7ab2
domain_cgroup: Don't put semicolon at the end of VIR_GET_LIMIT_PARAMETER macro

In domain_cgroup.c there's VIR_GET_LIMIT_PARAMETER macro which
has a semicolon at the end of its declaration. Well, remove it so
that the places where macro is used have to put the semicolon
explicitly. This helps with automatic reformatting (at least in
vim).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/hypervisor/domain_cgroup.c