Browse Source

Cosmetics.

Godzil 4 years ago
parent
commit
1c4018e47a
2 changed files with 0 additions and 3 deletions
  1. 0 1
      tests/christmasball_render.cpp
  2. 0 2
      tests/objfile_test.cpp

+ 0 - 1
tests/christmasball_render.cpp

@@ -86,7 +86,6 @@ Shape *fir_branch()
         ret->addObject(subGroup);
     }
 
-
     return ret;
 }
 

+ 0 - 2
tests/objfile_test.cpp

@@ -174,6 +174,4 @@ TEST(OBJFileTest, Faces_with_normal)
     ASSERT_EQ(t2->n1, parser.verticesNormal(3));
     ASSERT_EQ(t2->n2, parser.verticesNormal(1));
     ASSERT_EQ(t2->n3, parser.verticesNormal(2));
-
-
 }