mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Remove whitespace at end of lines
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
a0ddf0b5f2
commit
6f237b6bf0
0
contrib/libtests/gentests.sh
Executable file → Normal file
0
contrib/libtests/gentests.sh
Executable file → Normal file
@@ -2506,7 +2506,7 @@ cmppixel(Transform *transform, png_const_voidp in, png_const_voidp out,
|
||||
errmsg = NULL;
|
||||
{
|
||||
int err_a = abs(pixel_calc.a-pixel_out.a);
|
||||
|
||||
|
||||
if (err_a > transform->error[3])
|
||||
{
|
||||
/* If accumulating check the components too */
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user