mate-desktop / mate-terminal

The MATE Terminal Emulator
http://www.mate-desktop.org
GNU General Public License v3.0
133 stars 73 forks source link

Remove trailing whitespaces #296

Closed tamplan closed 5 years ago

tamplan commented 5 years ago

find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

like rbuj do on https://github.com/mate-desktop/mate-control-center/pull/463.