-
Andrew Cooks authored
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.
Andrew Cooks authoredThe 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.