Refactor: Strip trailing whitespace

pull/566/head
Richard 2015-06-28 16:09:18 -06:00
parent 6ae07f8da5
commit e4b0c27a2e
2 changed files with 2 additions and 2 deletions

View File

@ -692,7 +692,7 @@ SET( assimp_src
) )
add_definitions( -DOPENDDLPARSER_BUILD ) add_definitions( -DOPENDDLPARSER_BUILD )
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
../contrib/openddlparser/include ../contrib/openddlparser/include
) )

View File

@ -548,7 +548,7 @@ ASSIMP_API size_t aiGetImportFormatCount(void);
// -------------------------------------------------------------------------------- // --------------------------------------------------------------------------------
/** Returns a description of the nth import file format. Use #aiGetImportFormatCount() /** Returns a description of the nth import file format. Use #aiGetImportFormatCount()
* to learn how many import formats are supported. * to learn how many import formats are supported.
* @param pIndex Index of the import format to retrieve information for. Valid range is * @param pIndex Index of the import format to retrieve information for. Valid range is
* 0 to #aiGetImportFormatCount() * 0 to #aiGetImportFormatCount()
* @return A description of that specific import format. NULL if pIndex is out of range. * @return A description of that specific import format. NULL if pIndex is out of range.