summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/test_support.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 03:33:25 +0000
commitb1274bd94c94520ed9402f85c949976d7008093e (patch)
tree6ed7755c34e5fcccbe06ff095017a4399de180ff /testsuites/support/src/test_support.c
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to '')
-rw-r--r--testsuites/support/src/test_support.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/support/src/test_support.c b/testsuites/support/src/test_support.c
index 254083712e..6596561c3c 100644
--- a/testsuites/support/src/test_support.c
+++ b/testsuites/support/src/test_support.c
@@ -22,7 +22,7 @@
static char Too_Long_Name[PATH_MAX + 2];
static char Longest_Name[PATH_MAX + 1];
-const char *Get_Too_Long_Name(void)
+const char *Get_Too_Long_Name(void)
{
int i;
@@ -43,7 +43,7 @@ const char *Get_Longest_Name(void)
}
void Allocate_majority_of_workspace( int smallest )
-{
+{
bool result;
Heap_Information_block info;
void *temp;
@@ -54,9 +54,9 @@ void Allocate_majority_of_workspace( int smallest )
perror("==> Error Getting workspace information");
do {
- result = rtems_workspace_allocate(
- info.Free.largest-16,
- &temp
+ result = rtems_workspace_allocate(
+ info.Free.largest-16,
+ &temp
);
if ((!result) || (!temp))
perror("Unable to allocate from workspace");