summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/monitor
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/monitor')
-rw-r--r--testsuites/libtests/monitor/init.c2
-rw-r--r--testsuites/libtests/monitor/system.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/libtests/monitor/init.c b/testsuites/libtests/monitor/init.c
index 88920e6c0d..c2bc1e8734 100644
--- a/testsuites/libtests/monitor/init.c
+++ b/testsuites/libtests/monitor/init.c
@@ -1,7 +1,7 @@
/*
* This is a simple test whose only purpose is to start the Monitor
* task. The Monitor task can be used to obtain information about
- * a variety of RTEMS objects.
+ * a variety of RTEMS objects.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
diff --git a/testsuites/libtests/monitor/system.h b/testsuites/libtests/monitor/system.h
index 57f3175b5c..5960070e89 100644
--- a/testsuites/libtests/monitor/system.h
+++ b/testsuites/libtests/monitor/system.h
@@ -26,13 +26,13 @@ struct counters {
rtems_task Init(
rtems_task_argument argument
);
-
+
rtems_task Task_1_through_5(
rtems_task_argument argument
);
-
+
void Get_all_counters( void );
-
+
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER