代码规范整改

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-03-26 15:04:06 +08:00
parent 054e9befb7
commit 0dd120ad36
9 changed files with 22 additions and 13 deletions
+2 -2
View File
@@ -87,9 +87,9 @@ uint32_t ReferenceParser::ParseRefInSolidXml(const vector<string> &solidXmlFolde
return RESTOOL_SUCCESS;
}
uint32_t ReferenceParser::ParseRefInElement(map<int32_t, vector<ResourceItem>> &alls) const
uint32_t ReferenceParser::ParseRefInElement(map<int32_t, vector<ResourceItem>> &items) const
{
for (auto &iter : alls) {
for (auto &iter : items) {
for (auto &resourceItem : iter.second) {
if (IsNotElement(resourceItem.GetResType())) {
break;