summaryrefslogtreecommitdiffstats
path: root/testsuites/support
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
parentWhitespace removal. (diff)
downloadrtems-b1274bd94c94520ed9402f85c949976d7008093e.tar.bz2
Whitespace removal.
Diffstat (limited to 'testsuites/support')
-rw-r--r--testsuites/support/include/tmacros.h2
-rw-r--r--testsuites/support/src/test_support.c10
2 files changed, 6 insertions, 6 deletions
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");