Skip to content

Fix more tricky indentation issues for macros, labels.

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

This fixes some tricky issues with how VTK uses macros, specifically the use of code blocks within the argument of vtkTemplateMacro(), and it also tweaks the handling of case labels (yet again).

Merge request reports