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:
Xiang Xiao
2020-02-08 07:25:56 -06:00
committed by Gregory Nutt
parent 81f1133174
commit a8de37fbec
97 changed files with 95 additions and 78 deletions
+1 -1
View File
@@ -77,4 +77,4 @@ div_t div(int numer, int denom)
return f;
}
#endif /* CONFIG_CAN_PASS_STRUCTS */
#endif /* CONFIG_CAN_PASS_STRUCTS */