This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 67ec447513 sched/clock/clock_getcpuclockid: fix code format, remove 
space
67ec447513 is described below

commit 67ec44751351c6f84bb95f40e552523e9e8b580b
Author: guoshichao <[email protected]>
AuthorDate: Wed Jul 5 09:28:10 2023 +0800

    sched/clock/clock_getcpuclockid: fix code format, remove space
    
    Signed-off-by: guoshichao <[email protected]>
---
 sched/clock/clock_gettime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sched/clock/clock_gettime.c b/sched/clock/clock_gettime.c
index 2842e08292..57b7e9fb2b 100644
--- a/sched/clock/clock_gettime.c
+++ b/sched/clock/clock_gettime.c
@@ -171,7 +171,7 @@ int clock_gettime(clockid_t clock_id, struct timespec *tp)
         }
       else
         {
-           tcb = nxsched_get_tcb(pid);
+          tcb = nxsched_get_tcb(pid);
         }
 
       group = tcb->group;

Reply via email to