From 0369facbd5b2c38af227190a2fc8a04d0af5fb83 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 16 Mar 2016 11:01:19 -0600 Subject: [PATCH] Fix some spacing --- include/nuttx/sched.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/nuttx/sched.h b/include/nuttx/sched.h index 5dd13b692a..b48966ed3a 100644 --- a/include/nuttx/sched.h +++ b/include/nuttx/sched.h @@ -861,10 +861,9 @@ void sched_suspend_scheduler(FAR struct tcb_s *tcb); #ifdef CONFIG_SCHED_INSTRUMENTATION -void sched_note_start(FAR struct tcb_s *tcb); -void sched_note_stop(FAR struct tcb_s *tcb); -void sched_note_switch(FAR struct tcb_s *fromtcb, - FAR struct tcb_s *totcb); +void sched_note_start(FAR struct tcb_s *tcb); +void sched_note_stop(FAR struct tcb_s *tcb); +void sched_note_switch(FAR struct tcb_s *fromtcb, FAR struct tcb_s *totcb); #ifdef CONFIG_SCHED_INSTRUMENTATION_PREEMPTION void sched_note_premption(FAR struct tcb_s *tcb, bool locked);