mirror of
https://github.com/wahyd4/gogs.git
synced 2026-08-09 04:46:42 +10:00
Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.