[rtems commit] scheduleredfunblock.c: Correct spacing

Joel Sherrill joel at rtems.org
Tue Jul 15 14:57:17 UTC 2014


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Jul  7 14:23:24 2014 -0500

scheduleredfunblock.c: Correct spacing

---

 cpukit/score/src/scheduleredfunblock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/score/src/scheduleredfunblock.c b/cpukit/score/src/scheduleredfunblock.c
index 469655e..308a691 100644
--- a/cpukit/score/src/scheduleredfunblock.c
+++ b/cpukit/score/src/scheduleredfunblock.c
@@ -27,7 +27,7 @@ Scheduler_Void_or_thread _Scheduler_EDF_Unblock(
   Thread_Control          *the_thread
 )
 {
-  _Scheduler_EDF_Enqueue( scheduler, the_thread);
+  _Scheduler_EDF_Enqueue( scheduler, the_thread );
   /* TODO: flash critical section? */
 
   /*



More information about the vc mailing list