[master] Fixed indentation in some png.h comments.

This commit is contained in:
Glenn Randers-Pehrson 2010-02-05 17:31:42 -06:00
parent 21b7aaa428
commit c10066205d

4
png.h
View File

@ -1431,7 +1431,7 @@ struct png_struct_def
png_uint_32 user_width_max PNG_DEPSTRUCT; png_uint_32 user_width_max PNG_DEPSTRUCT;
png_uint_32 user_height_max PNG_DEPSTRUCT; png_uint_32 user_height_max PNG_DEPSTRUCT;
/* Added in libpng-1.4.0: Total number of sPLT, text, and unknown /* Added in libpng-1.4.0: Total number of sPLT, text, and unknown
* chunks that can be stored (0x7fffffff means unlimited). * chunks that can be stored (0 means unlimited).
*/ */
png_uint_32 user_chunk_cache_max PNG_DEPSTRUCT; png_uint_32 user_chunk_cache_max PNG_DEPSTRUCT;
#endif #endif
@ -1457,7 +1457,7 @@ struct png_struct_def
/* Added in libpng-1.4.1 */ /* Added in libpng-1.4.1 */
#ifdef PNG_SET_USER_LIMITS_SUPPORTED #ifdef PNG_SET_USER_LIMITS_SUPPORTED
/* Total memory that a zTXt, sPLT, iTXt, iCCP, or unknown chunk /* Total memory that a zTXt, sPLT, iTXt, iCCP, or unknown chunk
* can occupy when decompressed. * can occupy when decompressed. 0 means unlimited.
*/ */
png_uint_32 user_chunk_malloc_max PNG_DEPSTRUCT; png_uint_32 user_chunk_malloc_max PNG_DEPSTRUCT;
#endif #endif