[rtems commit] taskmode: Formatting correction

Joel Sherrill joel at rtems.org
Wed Mar 5 23:04:44 UTC 2014


Module:    rtems
Branch:    master
Commit:    6b998feeb28341fc24f54c8a542969633af2a5b3
Changeset: http://git.rtems.org/rtems/commit/?id=6b998feeb28341fc24f54c8a542969633af2a5b3

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Feb 23 16:04:31 2014 -0600

taskmode: Formatting correction

---

 cpukit/rtems/src/taskmode.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/cpukit/rtems/src/taskmode.c b/cpukit/rtems/src/taskmode.c
index 8650ccc..4c3d492 100644
--- a/cpukit/rtems/src/taskmode.c
+++ b/cpukit/rtems/src/taskmode.c
@@ -6,7 +6,7 @@
  */
 
 /*
- *  COPYRIGHT (c) 1989-2010.
+ *  COPYRIGHT (c) 1989-2014.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
@@ -93,10 +93,8 @@ rtems_status_code rtems_task_mode(
    */
   if ( mask & RTEMS_PREEMPT_MASK ) {
 #if defined( RTEMS_SMP )
-    if (
-      rtems_configuration_is_smp_enabled()
-        && !_Modes_Is_preempt( mode_set )
-    ) {
+    if ( rtems_configuration_is_smp_enabled() &&
+         !_Modes_Is_preempt( mode_set ) ) {
       return RTEMS_NOT_IMPLEMENTED;
     }
 #endif




More information about the vc mailing list