Skip to content
  • David Gobbi's avatar
    Fix flow control keyword check in reindent script · ac623cec
    David Gobbi authored
    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.
    ac623cec