You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/22 14:59:52 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6862: sched: Remove the unnecessary weak_function

pkarashchenko commented on code in PR #6862:
URL: https://github.com/apache/incubator-nuttx/pull/6862#discussion_r951548733


##########
sched/signal/signal.h:
##########
@@ -147,7 +147,7 @@ struct task_group_s;
 
 /* sig_initializee.c */
 
-void weak_function nxsig_initialize(void);
+void               nxsig_initialize(void);

Review Comment:
   I think some extra spaces can be removed for all prototype block. The original alignment was done because of `weak_function`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org