Update utObjImportExport.cpp

Add missing end of line.
pull/1818/head
Kim Kulling 2018-03-05 15:01:37 +01:00 committed by GitHub
parent f07d27eb07
commit d82fff757b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}