[libpng16] Remove whitespace at end of lines

This commit is contained in:
John Bowler
2012-03-02 13:13:15 -06:00
committed by Glenn Randers-Pehrson
parent a0ddf0b5f2
commit 6f237b6bf0
63 changed files with 558 additions and 1069 deletions

View File

@@ -1675,7 +1675,7 @@ static CIE_color
white_point(PNG_CONST color_encoding *encoding)
{
CIE_color white;
white.X = encoding->red.X + encoding->green.X + encoding->blue.X;
white.Y = encoding->red.Y + encoding->green.Y + encoding->blue.Y;
white.Z = encoding->red.Z + encoding->green.Z + encoding->blue.Z;