Author: Alison Schofield <amsfield22@gmail.com> Remove the unnecessary parens on right hand side of assignment. Found using Coccinelle: @@ identifier x; expression e1, e2; @@ – x = (e1
Feb 11 2016
Author: Alison Schofield <amsfield22@gmail.com> Remove the unnecessary parens on right hand side of assignment. Found using Coccinelle: @@ identifier x; expression e1, e2; @@ – x = (e1