diff --git a/sched/signal/sig_dispatch.c b/sched/signal/sig_dispatch.c index 9027fddddb7..b6027c9b7ec 100644 --- a/sched/signal/sig_dispatch.c +++ b/sched/signal/sig_dispatch.c @@ -165,7 +165,8 @@ static FAR sigpendq_t *sig_allocatependingsignal(void) } /* If we were not called from an interrupt handler, then we are - * free to allocate pending action structures if necessary. */ + * free to allocate pending action structures if necessary. + */ else {