mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +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:
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -51,4 +51,4 @@ CHIP_CSRCS += lm32_initialize.c lm32_initialstate.c lm32_interruptcontext.c
|
||||
CHIP_CSRCS += lm32_irq.c lm32_releasepending.c lm32_releasestack.c
|
||||
CHIP_CSRCS += lm32_stackframe.c lm32_swint.c lm32_unblocktask.c
|
||||
CHIP_CSRCS += lm32_reprioritizertr.c lm32_schedulesigaction.c lm32_sigdeliver.c
|
||||
CHIP_CSRCS += lm32_flushcache.c
|
||||
CHIP_CSRCS += lm32_flushcache.c
|
||||
|
||||
Reference in New Issue
Block a user