[libpng16] Added some whitespace in comments.

This commit is contained in:
Glenn Randers-Pehrson
2012-01-23 22:52:59 -06:00
parent 5bc90389bf
commit fea2a877c8

View File

@@ -1768,8 +1768,8 @@ png_init_read_transformations(png_structrp png_ptr)
int num_palette = png_ptr->num_palette; int num_palette = png_ptr->num_palette;
int i; int i;
/*NOTE: there are other transformations that should probably be in here /* NOTE: there are other transformations that should probably be in
* too. * here too.
*/ */
for (i = 0; i < num_palette; i++) for (i = 0; i < num_palette; i++)
{ {