Browse Source

fix code style

Gargaj 11 năm trước cách đây
mục cha
commit
ad298cd84f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      code/ImporterRegistry.cpp

+ 2 - 2
code/ImporterRegistry.cpp

@@ -292,10 +292,10 @@ void GetImporterInstanceList(std::vector< BaseImporter* >& out)
 	out.push_back( new XGLImporter() );
 	out.push_back( new XGLImporter() );
 #endif
 #endif
 #if ( !defined ASSIMP_BUILD_NO_FBX_IMPORTER )
 #if ( !defined ASSIMP_BUILD_NO_FBX_IMPORTER )
-  out.push_back( new FBXImporter() );
+	out.push_back( new FBXImporter() );
 #endif
 #endif
 #if ( !defined ASSIMP_BUILD_NO_ASSBIN_IMPORTER )
 #if ( !defined ASSIMP_BUILD_NO_ASSBIN_IMPORTER )
-  out.push_back( new AssbinImporter() );
+	out.push_back( new AssbinImporter() );
 #endif
 #endif
 }
 }