summaryrefslogtreecommitdiffstats
path: root/coccinelle/zz-drop-braces.cocci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* coccinelle: introduce drop-braces transformationFrantisek Sumsal2020-10-091-0/+27
to drop braces around single-line if statements. Also, prefix it with zz- so it runs as the last one, so it's able to fix stuff tweaked by previous transformations.