From af23e9f06c2fbf5b2e680e313792b7364c9c90cd Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 1 Jun 2022 12:33:43 +0100 Subject: [PATCH] tiny formatting fixes --- libvips/foreign/nsgifload.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libvips/foreign/nsgifload.c b/libvips/foreign/nsgifload.c index 7478d667..b967b8c5 100644 --- a/libvips/foreign/nsgifload.c +++ b/libvips/foreign/nsgifload.c @@ -307,7 +307,8 @@ vips_foreign_load_nsgif_set_header( VipsForeignLoadNsgif *gif, (const int *) table, entries ); colours = entries; - } else { + } + else { int i; colours = 0; @@ -319,9 +320,8 @@ vips_foreign_load_nsgif_set_header( VipsForeignLoadNsgif *gif, for( i = 0; i < gif->info->frame_count; i++ ) { if( nsgif_local_palette( gif->anim, i, table, - &entries) ) { - colours = VIPS_MAX(colours, entries); - } + &entries ) ) + colours = VIPS_MAX( colours, entries ); } }