commit | dfb0cd985858cb257ce4cd4b8255b91ccfd760de | [log] [tgz] |
---|---|---|
author | kuiying <wangkuiying.wky@alibaba-inc.com> | Tue Mar 14 11:43:23 2023 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Mar 15 13:27:13 2023 -0500 |
tree | e5b4cbcf55c684fba7fcbca3cc01a94e81c8a947 | |
parent | e2dead473b73371272a31e0a39ce6fc06dafc237 [diff] [blame] |
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(); };