mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 02:41:56 +00:00
Remove extra whitespace
This commit is contained in:
parent
46edc1e330
commit
c74b05eadc
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ apng_default_tell (png_structp pngp)
|
|||
|
||||
void
|
||||
apng_set_write_fn (png_structp pngp, apng_infop ainfop, png_voidp iop,
|
||||
png_rw_ptr write_f, png_flush_ptr flush_f,
|
||||
png_rw_ptr write_f, png_flush_ptr flush_f,
|
||||
apng_seek_ptr seek_f, apng_tell_ptr tell_f)
|
||||
{
|
||||
if (!( pngp && ainfop ))
|
||||
|
|
Loading…
Reference in a new issue