Fix some indentation

This commit is contained in:
Aaron Gokaslan
2022-11-08 11:13:14 -05:00
parent ccfb175460
commit d635bc6914
3 changed files with 11 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ void OFFImporter::InternReadFile( const std::string& pFile, aiScene* pScene, IOS
// Check whether we can read from the file
if (file == nullptr) {
throw DeadlyImportError("Failed to open OFF file ", pFile, ".");
throw DeadlyImportError("Failed to open OFF file ", pFile, ".");
}
// allocate storage and copy the contents of the file to a memory buffer