summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapwalk.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
commit28352faecf8b000b71f734cd728f38aa212b9669 (patch)
treec8e773b36bf32ba725cc1548e515f2fa9f8ebe96 /cpukit/score/src/heapwalk.c
parentWhitespace removal. (diff)
downloadrtems-28352faecf8b000b71f734cd728f38aa212b9669.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/score/src/heapwalk.c')
-rw-r--r--cpukit/score/src/heapwalk.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c
index ee2ba0181f..f7043c0c41 100644
--- a/cpukit/score/src/heapwalk.c
+++ b/cpukit/score/src/heapwalk.c
@@ -366,7 +366,7 @@ bool _Heap_Walk(
block,
next_block
);
-
+
return false;
}
@@ -378,7 +378,7 @@ bool _Heap_Walk(
block,
block_size
);
-
+
return false;
}
@@ -391,7 +391,7 @@ bool _Heap_Walk(
block_size,
min_block_size
);
-
+
return false;
}
@@ -403,10 +403,10 @@ bool _Heap_Walk(
block,
next_block
);
-
+
return false;
}
-
+
if ( !_Heap_Is_prev_used( next_block ) ) {
if ( !_Heap_Walk_check_free_block( source, printer, heap, block ) ) {
return false;