Removes trailing whitespaces found across the codebase using `find . -type f -exec grep -lE ' +$' {} +` [skip ci]
Not required anymore now that weblate takes care of it