소스 검색

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