[libpng17] Fixed some indentation to comply with our coding style (synced

with libpng-1.6.24beta05).
This commit is contained in:
Glenn Randers-Pehrson
2016-07-13 15:27:04 -05:00
parent 83ca33b017
commit f1fb09c406
9 changed files with 137 additions and 136 deletions

View File

@@ -1412,7 +1412,7 @@ png_image_skip_unused_chunks(png_structrp png_ptr)
/* But do not ignore image data handling chunks */
png_set_keep_unknown_chunks(png_ptr, PNG_HANDLE_CHUNK_AS_DEFAULT,
chunks_to_process, (int)/*SAFE*/(sizeof chunks_to_process)/5);
}
}
}
# define PNG_SKIP_CHUNKS(p) png_image_skip_unused_chunks(p)