Skip to content
Snippets Groups Projects
Commit 03647e64 authored by David Gobbi's avatar David Gobbi
Browse files

Remove special characters from VTK source files.

The source was searched with "grep -l [^ -~]" to find characters outside
of the printable ASCII range 0x20 to 0x7e.  The worst offender is the
en-dash character, which is visually indistinguishable from the minus
character in most code editors.  Several tabs were also found, which
is surprising since they should be blocked by the commit hooks.
parent a873dace
No related branches found
No related tags found
Loading
Showing
with 33 additions and 33 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment