浏览代码

Trimmed trailing whitespaces

Sebastian Matusik 5 年之前
父节点
当前提交
496fcd35c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/Common/SplitByBoneCountProcess.cpp

+ 1 - 1
code/Common/SplitByBoneCountProcess.cpp

@@ -224,7 +224,7 @@ void SplitByBoneCountProcess::SplitMesh( const aiMesh* pMesh, std::vector<aiMesh
             }
 
             if (newBonesAtCurrentFace.size() > mMaxBoneCount)
-            {   
+            {
                 throw DeadlyImportError("SplitByBoneCountProcess: Single face requires more bones than specified max bone count!");
             }
             // leave out the face if the new bones required for this face don't fit the bone count limit anymore