mirror of https://gitee.com/openkylin/libvirt.git
qemuDomainDefPostParse: Adjust indent
While reviewing e8d551725
I've noticed a few unaligned lines.
Fix this.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
713994bd5e
commit
c646814438
|
@ -1024,10 +1024,10 @@ qemuDomainDefPostParse(virDomainDefPtr def,
|
|||
}
|
||||
if (STRPREFIX(def->os.machine, "pc-q35") ||
|
||||
STREQ(def->os.machine, "q35")) {
|
||||
addPCIeRoot = true;
|
||||
addDefaultUSB = false;
|
||||
addImplicitSATA = true;
|
||||
break;
|
||||
addPCIeRoot = true;
|
||||
addDefaultUSB = false;
|
||||
addImplicitSATA = true;
|
||||
break;
|
||||
}
|
||||
if (!STRPREFIX(def->os.machine, "pc-0.") &&
|
||||
!STRPREFIX(def->os.machine, "pc-1.") &&
|
||||
|
|
Loading…
Reference in New Issue