[libvirt] [PATCH 19/30] test/: Remove spaces after casts

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


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

diff --git a/src/test/test_driver.c b/src/test/test_driver.c
index a1888c0c9fe5..4d844625e655 100644
--- a/src/test/test_driver.c
+++ b/src/test/test_driver.c
@@ -5005,7 +5005,7 @@ static bool
 testStorageVolLookupByKeyCallback(virStoragePoolObjPtr obj,
                                   const void *opaque)
 {
-    struct storageVolLookupData *data = (struct storageVolLookupData *) opaque;
+    struct storageVolLookupData *data = (struct storageVolLookupData *)opaque;
 
     if (virStoragePoolObjIsActive(obj))
         data->voldef = virStorageVolDefFindByKey(obj, data->key);
@@ -5049,7 +5049,7 @@ static bool
 testStorageVolLookupByPathCallback(virStoragePoolObjPtr obj,
                                    const void *opaque)
 {
-    struct storageVolLookupData *data = (struct storageVolLookupData *) opaque;
+    struct storageVolLookupData *data = (struct storageVolLookupData *)opaque;
 
     if (virStoragePoolObjIsActive(obj))
         data->voldef = virStorageVolDefFindByPath(obj, data->path);
-- 
2.17.0




More information about the libvir-list mailing list