tools/nxstyle.c: Correct detection of missing blank line following a block comment.

This commit is contained in:
Gregory Nutt
2019-11-09 08:15:12 -06:00
parent 4835c4c017
commit 2ab4d635b4
8 changed files with 25 additions and 10 deletions
+1
View File
@@ -331,6 +331,7 @@ uint8_t g_nx_initstate; /* See enum nx_initstate_e */
/****************************************************************************
* Private Data
****************************************************************************/
/* This is an array of task control block (TCB) for the IDLE thread of each
* CPU. For the non-SMP case, this is a a single TCB; For the SMP case,
* there is one TCB per CPU. NOTE: The system boots on CPU0 into the IDLE