Eliminate spaces before punctuation
This issue relates to the UCP cleanup macro (#21 (closed)).
Any number of spaces before any of the following punctuation marks should be removed:
- ,
- ;
- :
- !
- ?
- )
- ]
- }
E.g. "Here's my sentence ." -> "Here's my sentence."