소스 검색

code style

Gargaj 11 년 전
부모
커밋
df4b17d145
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/Importer.cpp

+ 1 - 1
code/Importer.cpp

@@ -642,7 +642,7 @@ const aiScene* Importer::ReadFile( const char* _pFile, unsigned int pFlags)
 
 		// Get file size for progress handler
 		IOStream * fileIO = pimpl->mIOHandler->Open( pFile );
-    uint32_t fileSize = 0;
+		uint32_t fileSize = 0;
 		if (fileIO)
 		{
 			fileSize = fileIO->FileSize();