Skip to content

Commit 58e56c3

Browse files
committed
Remove unnecessary blank line in aot_perf_map.c for cleaner code
1 parent 6c0a4d4 commit 58e56c3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

core/iwasm/aot/aot_perf_map.c

-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,3 @@ aot_create_perf_map(const AOTModule *module, char *error_buf,
116116

117117
return ret;
118118
}
119-

core/iwasm/aot/aot_validator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Intel Corporation. All rights reserved.
2+
* Copyright (C) 2025 Intel Corporation. All rights reserved.
33
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
*/
55

core/iwasm/aot/aot_validator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Intel Corporation. All rights reserved.
2+
* Copyright (C) 2025 Intel Corporation. All rights reserved.
33
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
*/
55

0 commit comments

Comments
 (0)