代码规范整改

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
+1 -1
View File
@@ -75,7 +75,7 @@ bool ResourceUtil::OpenJsonFile(const string &path, Json::Value &root)
{
ifstream ifs(path, ios::binary);
if (!ifs) {
cerr << "Error: open json faild '" << path << "'" << endl;
cerr << "Error: open json failed '" << path << "'" << endl;
return false;
}