mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-08 09:46:31 +00:00
init_parse_config_file() declares 'r' inside the read loop with no blank line before the following 'if (r < 0)' statement, violating the NuttX coding standard (nxstyle: "Missing blank line after declarations"). checkpatch.sh runs a whole-file nxstyle check on any file a commit touches, not diff-only, so this pre-existing issue surfaced on this PR's CI once parser.c was touched again. Assisted-by: GitHubCopilot:claude-sonnet-5 Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> |
||
|---|---|---|
| .. | ||
| action.c | ||
| action.h | ||
| builtin.c | ||
| builtin.h | ||
| CMakeLists.txt | ||
| import.c | ||
| import.h | ||
| init.c | ||
| init.h | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| parser.c | ||
| parser.h | ||
| property.h | ||
| property_simple.c | ||
| service.c | ||
| service.h | ||