Xiang Xiao a8de37fbec 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
2020-02-08 07:25:56 -06:00
..
2020-02-07 17:10:23 -06:00
2020-02-07 17:10:23 -06:00
2020-02-07 17:10:23 -06:00
2019-06-26 14:37:19 -06:00
2019-08-04 07:18:58 -06:00
2018-08-27 05:57:53 -06:00
2019-04-29 14:52:05 -06:00
2020-01-02 10:54:43 -06:00