summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm10
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm10')
-rw-r--r--testsuites/tmtests/tm10/system.h4
-rw-r--r--testsuites/tmtests/tm10/task1.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/tmtests/tm10/system.h b/testsuites/tmtests/tm10/system.h
index dc813ddeb4..30f4a58f66 100644
--- a/testsuites/tmtests/tm10/system.h
+++ b/testsuites/tmtests/tm10/system.h
@@ -25,14 +25,14 @@ rtems_task Init(
#include <timesys.h>
/* configuration information */
-
+
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
#define CONFIGURE_MAXIMUM_TASKS (2 + OPERATION_COUNT)
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
#define CONFIGURE_TICKS_PER_TIMESLICE 0
-
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <rtems/confdefs.h>
diff --git a/testsuites/tmtests/tm10/task1.c b/testsuites/tmtests/tm10/task1.c
index cdaf183e99..076154e49e 100644
--- a/testsuites/tmtests/tm10/task1.c
+++ b/testsuites/tmtests/tm10/task1.c
@@ -118,7 +118,7 @@ rtems_task High_task(
)
{
uint32_t size;
-
+
Timer_initialize();
(void) rtems_message_queue_receive(
Queue_id,
@@ -134,7 +134,7 @@ rtems_task Middle_tasks(
)
{
uint32_t size;
-
+
(void) rtems_message_queue_receive(
Queue_id,
(long (*)[4]) Buffer,