From: Ralph Corderoy Date: Tue, 12 Sep 2017 23:14:43 +0000 (+0100) Subject: Remove more outer wrapping parenthesis from return statements. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/96a2a03a1473522669e8848959c3aa380cf3d4eb?ds=sidebyside;hp=96a2a03a1473522669e8848959c3aa380cf3d4eb Remove more outer wrapping parenthesis from return statements. For example, `return(foo(a, b));' becomes `return foo(a, b);'. ---