修改编码规范

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-03-16 12:59:11 +08:00
parent f994b91a97
commit e399bff755
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#ifndef OHOS_RESTOOL_SINGLETON_OBJECT_H
#define OHOS_RESTOOL_SINGLETON_OBJECT_H
#include "nocopyable.h"
#include "no_copy_able.h"
namespace OHOS {
namespace Global {
+1 -1
View File
@@ -70,7 +70,7 @@ bool ResourceDirectory::ScanResourceLimitKeyDir(const string &resourceTypeDir, c
string fileCluster = it->GetFilePath().GetFilename();
if (ResourceUtil::IsIgnoreFile(fileCluster, it->IsFile())) {
continue;
}
}
if (it->IsFile()) {
cerr << "Error: '" << dirPath << "' not directory." << endl;