提交 b17c0f0e 编写于 作者: P Peter Krempa

leaseshelper: Fix incorrect alignment of a switch case

Introduced in ca6dbdd0
上级 3be8c1f0
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册