1,修改编码规范

2,屏蔽三方开源头文件OAT

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-03-16 12:36:03 +08:00
parent 3086fb6897
commit f994b91a97
32 changed files with 89 additions and 87 deletions
+2 -3
View File
@@ -130,7 +130,7 @@ uint32_t PackageParser::AddOutput(const string& argValue)
return RESTOOL_ERROR;
}
output_ = argValue;
output_ = argValue;
return RESTOOL_SUCCESS;
}
@@ -204,7 +204,6 @@ uint32_t PackageParser::AddCachePath(const string& argValue)
uint32_t PackageParser::CheckParam() const
{
if (inputs_.empty()) {
cerr << "Error: input path empty." << endl;
return RESTOOL_ERROR;
@@ -318,4 +317,4 @@ uint32_t PackageParser::ParseCommand(int argc, char *argv[])
}
}
}
}
}