mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-21 06:55:24 -04:00
1,修改编码规范
2,屏蔽三方开源头文件OAT Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
@@ -124,7 +124,7 @@ uint32_t ReferenceParser::ParseRefInProfile(const string &output) const
|
||||
return false;
|
||||
}
|
||||
|
||||
if (entry->GetFilePath().GetExtension() != ".json" ) {
|
||||
if (entry->GetFilePath().GetExtension() != ".json") {
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -305,7 +305,7 @@ bool ReferenceParser::ParseRefJsonImpl(Json::Value &node) const
|
||||
}
|
||||
} else if (node.isArray()) {
|
||||
for (Json::ArrayIndex i = 0; i < node.size(); i++) {
|
||||
if (!ParseRefJsonImpl(node[i])) {
|
||||
if (!ParseRefJsonImpl(node[i])) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -320,4 +320,4 @@ bool ReferenceParser::ParseRefJsonImpl(Json::Value &node) const
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user