mate-desktop / mate-notification-daemon

Daemon to display passive pop-up notifications
https://mate-desktop.org
GNU General Public License v2.0
30 stars 26 forks source link

Remove trailing whitespaces #155

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.