leaseshelper: Fix incorrect alignment of a switch case

Introduced in ca6dbdd047
This commit is contained in:
Peter Krempa 2014-12-03 18:27:03 +01:00
parent 3be8c1f002
commit b17c0f0e9a

View File

@ -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;