Browse Source

Update utObjImportExport.cpp

Add missing end of line.
Kim Kulling 7 years ago
parent
commit
d82fff757b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/utObjImportExport.cpp

+ 1 - 1
test/unit/utObjImportExport.cpp

@@ -366,4 +366,4 @@ TEST_F( utObjImportExport, mtllib_after_g ) {
     aiString name;
     ASSERT_EQ(aiReturn_SUCCESS, mat->Get(AI_MATKEY_NAME, name));
     EXPECT_STREQ("MyMaterial", name.C_Str());
-}
+}