mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Ensure all source code end with one and only one newline
by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
/pwfb_copyrectangle_*bpp.c
|
||||
/nxglib_cursor_draw_*bpp.c
|
||||
/nxglib_cursor_erase_*bpp.c
|
||||
/nxglib_cursor_backup_*bpp.c
|
||||
/nxglib_cursor_backup_*bpp.c
|
||||
|
||||
Reference in New Issue
Block a user