Update kconfig2html.c

Fix nuttx coding style
This commit is contained in:
simbit18
2023-12-14 15:22:07 +01:00
committed by Xiang Xiao
parent e03599d9ae
commit c494ce4a96
78 changed files with 193 additions and 154 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ int nxsched_get_stackinfo(pid_t pid, FAR struct stackinfo_s *stackinfo)
DEBUGASSERT(rtcb != NULL && stackinfo != NULL);
/* Pid of 0 means that we are querying ourself */
/* Pid of 0 means that we are querying ourself */
if (pid == 0)
{
+3 -3
View File
@@ -22,11 +22,11 @@
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <nuttx/config.h>
#include <sched.h>
#include <sched.h>
#include "sched/sched.h"
#include "sched/sched.h"
#ifdef CONFIG_SMP
# include "irq/irq.h"