[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

@@ -2309,7 +2309,8 @@ png_do_write_interlace(png_row_infop row_info, png_bytep row, int pass)
* been specified by the application, and then writes the row out with the
* chosen filter.
*/
static void png_write_filtered_row(png_structrp png_ptr, png_bytep filtered_row,
static void
png_write_filtered_row(png_structrp png_ptr, png_bytep filtered_row,
png_size_t row_bytes);
#define PNG_MAXSUM (((png_uint_32)(-1)) >> 1)