contrib space removal

Remove all trailing spaces from source files in contrib

Signed-off-by: John Bowler <jbowler@acm.org>
This commit is contained in:
John Bowler
2015-11-26 09:55:37 -08:00
parent e41820cd0b
commit 14d11b9f35
10 changed files with 18 additions and 18 deletions

View File

@@ -4038,7 +4038,7 @@ make_size_image(png_store* const ps, png_byte const colour_type,
*/
{
int filters;
RANDOMIZE(filters);
filters %= PNG_FILTER_VALUE_LAST;
if (filters < 0) filters = -filters;