fix cleanup of redundant returns
The cleanup step for removing redundant returns at the end of void functions (added in commit 49c0bf4a) was flawed. Redundant returns have a space (ie. 'return ;'), so adjust the regex to match that.
Please register or sign in to comment