Skip to content

Commit 726fded

Browse files
committed
formatting
1 parent 9585feb commit 726fded

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

libvips/resample/thumbnail.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -879,10 +879,11 @@ vips_thumbnail_build( VipsObject *object )
879879
thumbnail->export_profile );
880880
if( vips_colourspace( in, &t[7],
881881
VIPS_INTERPRETATION_XYZ, NULL ) ||
882-
vips_icc_export( t[7], &t[8],
883-
"output_profile", thumbnail->export_profile,
884-
"intent", thumbnail->intent,
885-
NULL ) )
882+
vips_icc_export( t[7], &t[8],
883+
"output_profile",
884+
thumbnail->export_profile,
885+
"intent", thumbnail->intent,
886+
NULL ) )
886887
return( -1 );
887888
in = t[8];
888889
}

0 commit comments

Comments
 (0)