Skip to content

Commit 59563a5

Browse files
committed
[examples][utest] Formatting code
1 parent 45b167d commit 59563a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/utest/testcases/kernel/mem_tc.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2019, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -99,7 +99,7 @@ static void mem_functional_test(void)
9999
/* get total size */
100100
total_size = max_block(heap);
101101
uassert_int_not_equal(total_size, 0);
102-
/*
102+
/*
103103
* Allocate all memory at a time and test whether
104104
* the memory allocation release function is effective
105105
*/
@@ -114,7 +114,7 @@ static void mem_functional_test(void)
114114
rt_smem_free(ctx.ptr);
115115
uassert_int_equal(max_block(heap), total_size);
116116
}
117-
/*
117+
/*
118118
* Apply for memory release sequentially and
119119
* test whether memory block merging is effective
120120
*/

0 commit comments

Comments
 (0)