fix code style

pull/327/head
Gargaj 2014-08-06 13:29:09 +02:00
parent ac5c1f9df1
commit ad298cd84f
1 changed files with 2 additions and 2 deletions

View File

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