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.cpp b/xmlparse.cpp index 2e4b1a3..93cb44d 100644 --- a/xmlparse.cpp +++ b/xmlparse.cpp
@@ -13,6 +13,7 @@ // limitations under the License. #include "xmlparse.hpp" + #include "main.hpp" int Munch(const std::string& sv, int* idx, std::string* out)