瀏覽代碼

Cosmetics.

Godzil 4 年之前
父節點
當前提交
1c4018e47a
共有 2 個文件被更改,包括 0 次插入3 次删除
  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));
-
-
 }