[libvirt] [PATCH 24/30] vz/: Remove spaces after casts

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


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 src/vz/vz_utils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vz/vz_utils.h b/src/vz/vz_utils.h
index 40a1ce23dd16..7137a2a8b6e3 100644
--- a/src/vz/vz_utils.h
+++ b/src/vz/vz_utils.h
@@ -48,7 +48,7 @@
     } while (0)
 
 # define PARALLELS_DOMAIN_ROUTED_NETWORK_NAME   "host-routed"
-# define VIRTUOZZO_VER_7 ((unsigned long) 7000000)
+# define VIRTUOZZO_VER_7 ((unsigned long)7000000)
 
 struct _vzCapabilities {
     virStorageFileFormat vmDiskFormat;
-- 
2.17.0




More information about the libvir-list mailing list