mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
leaseshelper: Fix incorrect alignment of a switch case
Introduced in ca6dbdd047d1ed691ccbae72556d85722a5f7a36
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…
x
Reference in New Issue
Block a user