style cleanup

This commit is contained in:
2012-09-30 06:12:47 +00:00
parent 8020b3317c
commit ed1cda9a6c
32 changed files with 70 additions and 70 deletions

View File

@@ -114,7 +114,7 @@ static int imb_tiff_DummyMapProc(thandle_t fd, tdata_t *pbase, toff_t *psize)
* Reads data from an in-memory TIFF file.
*
* \param handle: Handle of the TIFF file (pointer to ImbTIFFMemFile).
* \param data: Buffer to contain data (treat as void*).
* \param data: Buffer to contain data (treat as (void *)).
* \param n: Number of bytes to read.
*
* \return: Number of bytes actually read.