From 7b08233ef257c86778b47edf1a21144958c466fc Mon Sep 17 00:00:00 2001 From: Fabian Herb Date: Fri, 1 Jul 2016 17:08:28 +0200 Subject: [PATCH] Fix identation --- code/C4DImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/C4DImporter.cpp b/code/C4DImporter.cpp index 449f8d255..252766ca6 100644 --- a/code/C4DImporter.cpp +++ b/code/C4DImporter.cpp @@ -511,7 +511,7 @@ aiMesh* C4DImporter::ReadMesh(BaseObject* object) // copy normals if (normals_src) { - if(i >= normals_src->GetDataCount()) { + if(i >= normals_src->GetDataCount()) { LogError("unexpected number of normals, ignoring"); } else {