Delete trailing whitespace

Signed-off-by: Yutao Ai <aiyu...@huawei.com>
---
 qom/object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qom/object.c b/qom/object.c
index 0cd2161012..1ebf92bdc7 100644
--- a/qom/object.c
+++ b/qom/object.c
@@ -1067,7 +1067,7 @@ static void object_class_foreach_tramp(gpointer key, 
gpointer value,
         return;
     }
 
-    if (data->implements_type && 
+    if (data->implements_type &&
         !object_class_dynamic_cast(k, data->implements_type)) {
         return;
     }
-- 
2.19.1


Reply via email to