mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
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…
x
Reference in New Issue
Block a user