xiaoxiang781216 commented on code in PR #3527:
URL: https://github.com/apache/nuttx-apps/pull/3527#discussion_r3363289047


##########
system/nxinit/parser.c:
##########
@@ -184,10 +178,6 @@ int init_parse_config_file(FAR const struct parser_s 
*parser,
           *(nl++) = '\0';
           n -= nl - buf;
           init_debug("Line %3d: '%s'", ++line, buf);
-          if (*buf == '\0')
-            {
-              continue;
-            }
 
           /* Skip empty lines and lines containing only whitespace */

Review Comment:
   why mix nxinit and uorb in one patch



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to