qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] qom:delete trailing whitespace


From: Yutao Ai
Subject: [PATCH 2/2] qom:delete trailing whitespace
Date: Wed, 18 Nov 2020 06:45:58 +0000

Delete trailing whitespace

Signed-off-by: Yutao Ai <aiyutao@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

[Prev in Thread] Current Thread [Next in Thread]