summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-29 21:31:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-29 21:31:18 +0000
commite95737c51e4bd6dcd8e4ca43d7e6e22344134a3e (patch)
treec802dfa32f363af9c148a234050dbe6ee7b98f40 /cpukit/rtems
parent2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-e95737c51e4bd6dcd8e4ca43d7e6e22344134a3e.tar.bz2
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* rtems/include/rtems/rtems/tasks.h: Formatting.
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index 959ab835d9..40edfb7339 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -22,7 +22,8 @@
* - wake up when specified
*/
-/* COPYRIGHT (c) 1989-2008.
+/*
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -387,9 +388,9 @@ rtems_status_code rtems_task_set_priority(
* set to entry_point with the initial argument.
*/
rtems_status_code rtems_task_start(
- rtems_id id,
- rtems_task_entry entry_point,
- rtems_task_argument argument
+ rtems_id id,
+ rtems_task_entry entry_point,
+ rtems_task_argument argument
);
/**