From b1274bd94c94520ed9402f85c949976d7008093e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Nov 2009 03:33:25 +0000 Subject: Whitespace removal. --- testsuites/support/include/tmacros.h | 2 +- testsuites/support/src/test_support.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'testsuites/support') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index a6af119946..a96c1726f5 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -259,7 +259,7 @@ extern "C" { * Various inttypes.h-stype macros to assist printing * certain system types on different targets. */ - + /* HACK: Presume time_t to be a "long" */ /* HACK: There is no portable way to print time_t's */ #define PRItime_t "ld" 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"); -- cgit v1.2.3