diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index b49b9fa60f..72fcd93bcc 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2011-08-29 Joel Sherrill + + * rtems/include/rtems/rtems/tasks.h: Formatting. + 2011-08-29 Joel Sherrill * include/rtems/userenv.h, score/src/threadhandler.c: Formatting. 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 ); /**