mate-desktop / mate-sensors-applet

Display readings from hardware sensors in your MATE panel
http://www.mate-desktop.org
GNU General Public License v2.0
16 stars 13 forks source link

Remove trailing whitespaces #95

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.