Skip to content

Fix flow control keyword check in reindent script

David Gobbi requested to merge dgobbi/vtk:indent-utility into master

Any flow control keyword (if, while, etc.) should increase the indent level, even if not followed by the opening brace that VTK style requires. I've also created a short exception list, so that vtkParse.tab.c and lex.yy.c (which are generated files) are not re-indented.

Merge request reports