Skip to content
Snippets Groups Projects
Commit e89fdcff authored by Sean McBride's avatar Sean McBride
Browse files

Remove double underscore in header guards (.h & __vtk*_h form)

Used the following command:

find . \( -iname *.h -and -type f \) -exec perl -pi -w -e 's/__vtk(.*)_h/vtk$1_h/g;' {} \;

Fixes many, but not all, clang -Wreserved-id-macro warnings.

Change-Id: I694ff053cb204c70e37b261296f496064d91fc07
parent 5a668f9e
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 45 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