replace tab with spaces

This commit is contained in:
Andrew Meadows 2015-05-28 12:26:29 -07:00
parent b90d35c0c0
commit 0c6de897f5

View file

@ -15,7 +15,7 @@ namespace MeshMassPropertiesTests{
void testParallelAxisTheorem(); void testParallelAxisTheorem();
void testTetrahedron(); void testTetrahedron();
void testOpenTetrahedonMesh(); void testOpenTetrahedonMesh();
void testClosedTetrahedronMesh(); void testClosedTetrahedronMesh();
void testBoxAsMesh(); void testBoxAsMesh();
void runAllTests(); void runAllTests();
} }