mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 10:46:02 +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:
@@ -77,4 +77,4 @@ div_t div(int numer, int denom)
|
||||
return f;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_CAN_PASS_STRUCTS */
|
||||
#endif /* CONFIG_CAN_PASS_STRUCTS */
|
||||
|
||||
Reference in New Issue
Block a user