Description: regulate code and copyright headers

IssueNo: https://gitee.com/openharmony/ace_engine_lite/issues/I4XQL1
Feature or Bugfix: Bugfix
Binary Source:No
Signed-off-by: liuyuxiang <liuyuxiang7@huawei.com>
This commit is contained in:
liuyuxiang-bear
2022-03-14 16:14:16 +08:00
parent 97ed0cd111
commit aefd7f2207
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -124,8 +124,7 @@ void AceMemProc::JerryMemTracing()
return;
}
FILE *fp = nullptr;
fp = fopen(MEM_LOG_FILE_PATH, "a+");
FILE *fp = fopen(MEM_LOG_FILE_PATH, "a+");
if (fp == nullptr) {
HILOG_ERROR(HILOG_MODULE_ACE, "Get file error");
return;
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Huawei Device Co., Ltd.
* Copyright (c) 2020-2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at