summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapgetinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/heapgetinfo.c')
-rw-r--r--cpukit/score/src/heapgetinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/heapgetinfo.c b/cpukit/score/src/heapgetinfo.c
index c2a8c06003..2e7e2f28c9 100644
--- a/cpukit/score/src/heapgetinfo.c
+++ b/cpukit/score/src/heapgetinfo.c
@@ -67,7 +67,7 @@ Heap_Get_information_status _Heap_Get_information(
}
while (notdone) {
-
+
/*
* Accumulate size
*/
@@ -79,7 +79,7 @@ Heap_Get_information_status _Heap_Get_information(
the_info->used_blocks++;
the_info->used_size += _Heap_Block_size(the_block);
}
-
+
/*
* Handle the last block
*/