[libvirt] [PATCH 23/30] vmx/: Remove spaces after casts

Martin Kletzander mkletzan at redhat.com
Wed Apr 25 13:25:00 UTC 2018


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 src/vmx/vmx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c
index 8027a7bba629..df6a58a4743a 100644
--- a/src/vmx/vmx.c
+++ b/src/vmx/vmx.c
@@ -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;
-- 
2.17.0




More information about the libvir-list mailing list