fix identation

This commit is contained in:
Janis Born
2017-01-13 17:21:20 +01:00
parent 1020e8b41a
commit 3dd0d209ff

View File

@@ -325,7 +325,7 @@ TEST_F(OpenMeshSubdividerUniform_Poly, Midpoint) {
// Check Result
EXPECT_EQ(48u, mesh_.n_edges()) << "Wrong number of Edges";
EXPECT_EQ(96u, mesh_.n_halfedges()) << "Wrong number of HalfEdges";
EXPECT_EQ(24u, mesh_.n_vertices()) << "Wrong number of vertices";
EXPECT_EQ(24u, mesh_.n_vertices()) << "Wrong number of vertices";
EXPECT_EQ(26u, mesh_.n_faces()) << "Wrong number of faces";
}