Skip to content

Commit

Permalink
Remove unnecessary blank line in aot_perf_map.c for cleaner code
Browse files Browse the repository at this point in the history
  • Loading branch information
lum1n0us committed Feb 5, 2025
1 parent 6c0a4d4 commit 58e56c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/iwasm/aot/aot_perf_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ aot_create_perf_map(const AOTModule *module, char *error_buf,

return ret;
}

2 changes: 1 addition & 1 deletion core/iwasm/aot/aot_validator.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* Copyright (C) 2025 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/

Expand Down
2 changes: 1 addition & 1 deletion core/iwasm/aot/aot_validator.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019 Intel Corporation. All rights reserved.
* Copyright (C) 2025 Intel Corporation. All rights reserved.
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/

Expand Down

0 comments on commit 58e56c3

Please sign in to comment.