summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/heapwalk/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/heapwalk/init.c')
-rw-r--r--testsuites/libtests/heapwalk/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/heapwalk/init.c b/testsuites/libtests/heapwalk/init.c
index 7e4d7e6ff9..56cf0627b1 100644
--- a/testsuites/libtests/heapwalk/init.c
+++ b/testsuites/libtests/heapwalk/init.c
@@ -204,7 +204,7 @@ static void test_main_loop(void)
Heap_Block *next_block = NULL;
puts( "Test the main loop" );
-
+
puts( "\tset the blocksize so, that the next block is outside the heap" );
test_heap_init_custom();
/* use all blocks */
@@ -270,7 +270,7 @@ static void test_check_free_block(void)
Heap_Block *first_free_block = NULL;
Heap_Block *secound_free_block = NULL;
void *p1 = NULL;
-
+
puts( "test the _Heap_Walk_check_free_block() function" );
puts( "\tset a previous size for the next block which is not equal to the size of the actual block" );