Skip to content

Fix tabs and utf-8 quotes in source code

David Gobbi requested to merge dgobbi/vtk:fix-invisible-chars into master

Some VTK source code still had tabs (even some of the .py files!). Also, several comments used utf-8 quotes, which are hard to tell from regular quotes by eye and can lead to confusing mistakes.

Merge request reports