]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Oops trailing blank, Daniel
authorDaniel Veillard <veillard@redhat.com>
Tue, 26 Feb 2008 07:06:48 +0000 (07:06 +0000)
committerDaniel Veillard <veillard@redhat.com>
Tue, 26 Feb 2008 07:06:48 +0000 (07:06 +0000)
src/libvirt.c

index 29dba0a7af9f9e62f0f724db5f67112d963a209c..31213bbed47af092ddf0b65b0bc172c2e784842a 100644 (file)
@@ -656,7 +656,7 @@ do_open (const char *name,
                     * if running a xen kernel, give it priority over
                     * QEmu emultation
                     */
-                   if (STREQ(latest, "xen:///")) 
+                   if (STREQ(latest, "xen:///"))
                        use = latest;
                    else if (use == NULL)
                        use = latest;