nuttx/fs/smartfs
yukangzhi 72e0b292f8 fs: fix pre-existing nxstyle issues in touched files
Fix coding style violations detected by CI whole-file nxstyle scan:
- fs/smartfs/smartfs_utils.c: add missing braces after if (L334),
  fix bad alignment (L414), fix switch brace alignment (L1531)
- fs/hostfs/hostfs.c: add blank line after declaration (L576)

These are pre-existing style issues in master, not introduced by
this PR, but reported because CI checks the entire touched file.

Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
2026-08-28 23:07:24 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
smartfs.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
smartfs_procfs.c !include/fcntl.h: align open flags with Linux values 2026-06-30 13:43:44 +08:00
smartfs_smart.c !include/fcntl.h: align open flags with Linux values 2026-06-30 13:43:44 +08:00
smartfs_utils.c fs: fix pre-existing nxstyle issues in touched files 2026-08-28 23:07:24 +08:00