]> xenbits.xensource.com Git - libvirt.git/commitdiff
vmx/: Remove spaces after casts
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 25 Apr 2018 12:42:34 +0000 (14:42 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 3 May 2018 20:31:37 +0000 (22:31 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/vmx/vmx.c

index 8027a7bba6297f6b421c0f9c85a88ccee1f89aac..df6a58a4743a8094329b327a9d32cad8df994ea1 100644 (file)
@@ -1309,8 +1309,8 @@ virVMXConfigScanResultsCollector(const char* name,
             return -1;
         }
 
-        if ((int) idx > results->networks_max_index)
-            results->networks_max_index = (int) idx;
+        if ((int)idx > results->networks_max_index)
+            results->networks_max_index = (int)idx;
     }
 
     return 0;