Skip to content

Fix line endings

Kenneth Moreland requested to merge kmorel/vtk-m:fix-line-endings into master

There were a couple of files checked into the git repository with DOS line endings. Most git implementations really expect there to be Unix line endings and should do the appropriate conversions as necessary. This commit should change the line endings to the appropriate Unix endings.

Merge request reports