tjko / jpeginfo

jpeginfo - prints information and tests integrity of JPEG/JFIF files
http://www.iki.fi/tjko/projects.html
GNU General Public License v3.0
139 stars 17 forks source link

cleanup: Remove trailing spaces #20

Closed schwehr closed 10 months ago

schwehr commented 10 months ago
find . -name "*.[ch]" | xargs perl -pi -e 's/\s+\n/\n/g'