Attached. OK to commit?

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherr...@oarcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985

>From dd855c9b7f094bb8dabd76419d58bb8e0ee00305 Mon Sep 17 00:00:00 2001
From: Joel Sherrill <joel.sherr...@oarcorp.com>
Date: Sun, 23 Feb 2014 16:04:31 -0600
Subject: [PATCH 1/2] 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
-- 
1.7.1

_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to