Author: Haneen Mohammed <hamohammed.sa@gmail.com> Space is required before the open parenthesis. This patch adds space after if to address that issue. This was done with the help of the following Coccinelle script: @r@ position p1,p2; @@ if@p1 (@p2 …) { … } @script:python@ p1