[libvirt] [PATCH 05/31] src/vbox: Remove the whitespace before '; '

Osier Yang jyang at redhat.com
Tue May 21 10:00:35 UTC 2013


---
 src/vbox/vbox_tmpl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vbox/vbox_tmpl.c b/src/vbox/vbox_tmpl.c
index 5a5b429..36d1e7f 100644
--- a/src/vbox/vbox_tmpl.c
+++ b/src/vbox/vbox_tmpl.c
@@ -3478,7 +3478,7 @@ static int vboxConnectListDefinedDomains(virConnectPtr conn, char ** const names
                     if (VIR_STRDUP(names[j], machineName) < 0) {
                         VBOX_UTF16_FREE(machineNameUtf16);
                         VBOX_UTF8_FREE(machineName);
-                        for (; j >= 0 ; j--)
+                        for (; j >= 0; j--)
                             VIR_FREE(names[j]);
                         ret = -1;
                         goto cleanup;
-- 
1.8.1.4




More information about the libvir-list mailing list