mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
leaseshelper: Fix incorrect alignment of a switch case
Introduced in ca6dbdd047
This commit is contained in:
parent
3be8c1f002
commit
b17c0f0e9a
@ -235,7 +235,7 @@ main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch ((enum virLeaseActionFlags) action) {
|
switch ((enum virLeaseActionFlags) action) {
|
||||||
case VIR_LEASE_ACTION_ADD:
|
case VIR_LEASE_ACTION_ADD:
|
||||||
case VIR_LEASE_ACTION_OLD:
|
case VIR_LEASE_ACTION_OLD:
|
||||||
if (!mac)
|
if (!mac)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user