mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user