Do clang-format to fix CI build issue

Do clang-format-10 to all *.cpp and *.hpp

Change-Id: I5f07a5fc3969ea8377d981bda30e9408a5184e78
Signed-off-by: Kwin Wang <wangkuiying.wky@alibaba-inc.com>
diff --git a/xmlparse.hpp b/xmlparse.hpp
index 3a76e9a..1ed836f 100644
--- a/xmlparse.hpp
+++ b/xmlparse.hpp
@@ -58,7 +58,7 @@
     {
         fields["name"] = n;
     }
-    
+
     std::vector<std::string> GetChildNodeNames();
     std::vector<std::string> GetInterfaceNames();
 };