MicrochipTech / mla_usb

USB stack from the Microchip Libraries for Applications (MLA)
http://www.microchip.com/mla
Apache License 2.0
23 stars 20 forks source link

Strip all whitespace on line endings. #4

Closed mithro closed 7 years ago

mithro commented 7 years ago

A large number of your files have trailing whitespace on many lines -- this patch removes all of them.

This was done with the following command line find inc src -type f -exec sed -i -e's/\s\+$//' \{\} \+.