[libpng16] Changed blank to newline in three function declarations.

This commit is contained in:
Glenn Randers-Pehrson
2014-03-05 16:55:19 -06:00
parent c540d8bed7
commit 24afd07ab9
3 changed files with 8 additions and 5 deletions

View File

@@ -667,7 +667,8 @@ set_location(png_structp png_ptr, struct user_chunk_data *data, int what)
return 1; /* handled */
}
static int PNGCBAPI read_user_chunk_callback(png_struct *png_ptr,
static int PNGCBAPI
read_user_chunk_callback(png_struct *png_ptr,
png_unknown_chunkp chunk)
{
struct user_chunk_data *my_user_chunk_data =