From f0df0dcaa04d4a48ee508a77d974829b36c74f8a Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Fri, 8 Jan 2016 14:21:23 +0100 Subject: [PATCH] Remove non-breaking space in comment It was added by mistake before the 'If' by commit 714080791778. Signed-off-by: Martin Kletzander --- src/qemu/qemu_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2