From 8bb0cd14e7ff70c02f8193db758bae16752f042a Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 27 Jul 2010 12:58:48 -0400 Subject: [PATCH] Fix up confusing indentation in qemudDomainAttachHostPciDevice. Signed-off-by: Chris Lalancette --- src/qemu/qemu_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 45a2cfcaae..5ede991193 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -8017,7 +8017,7 @@ static int qemudDomainAttachHostPciDevice(struct qemud_driver *driver, } if (qemuPrepareHostdevPCIDevices(driver, &hostdev, 1)) - return -1; + return -1; if (qemuCmdFlags & QEMUD_CMD_FLAG_DEVICE) { if (qemuAssignDeviceHostdevAlias(vm->def, hostdev, -1) < 0) -- GitLab