From: Ján Tomko Date: Mon, 1 Jul 2013 15:41:22 +0000 (+0200) Subject: qemu: indentation fix X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=87bbf83f9990e9c148440e16b45b4044e97e9792;p=people%2Fdariof%2Flibvirt.git qemu: indentation fix --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 4d7000480..ba9323374 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -7003,7 +7003,7 @@ qemuBuildCommandLine(virConnectPtr conn, virReportError(VIR_ERR_CONFIG_UNSUPPORTED, _("unsupported rtc tickpolicy '%s'"), virDomainTimerTickpolicyTypeToString(def->clock.timers[i]->tickpolicy)); - goto error; + goto error; } } else if (!virQEMUCapsGet(qemuCaps, QEMU_CAPS_RTC) && (def->clock.timers[i]->tickpolicy