mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00: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) {
|
||||
case VIR_LEASE_ACTION_ADD:
|
||||
case VIR_LEASE_ACTION_ADD:
|
||||
case VIR_LEASE_ACTION_OLD:
|
||||
if (!mac)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user