From: Martin Kletzander Date: Fri, 8 Jan 2016 13:21:23 +0000 (+0100) Subject: Remove non-breaking space in comment X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f0df0dcaa04d4a48ee508a77d974829b36c74f8a;p=libvirt.git Remove non-breaking space in comment It was added by mistake before the 'If' by commit 714080791778. Signed-off-by: Martin Kletzander --- diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index 73fc79dab5..a539278058 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -1340,7 +1340,7 @@ qemuDomainDeviceDefPostParse(virDomainDeviceDefPtr dev, * If the address is generated by us (starts with our * channel dir), we should not keep it in the persistent * XML. If libvirt is the one who generated it, users - * shouldn't care about that.  If they do, they are + * shouldn't care about that. If they do, they are * supposed to set it themselves. */ VIR_FREE(dev->data.chr->source.data.nix.path);