break >80 char line

This commit is contained in:
John Cupitt 2019-01-17 08:59:14 +00:00
parent d33227b3c4
commit 1824c64c06

View File

@ -136,7 +136,8 @@ vips_profile_load_build( VipsObject *object )
}
else if( (data = vips__file_read_name( load->name,
vips__icc_dir(), &length )) ) {
profile = vips_blob_new( (VipsCallbackFn) g_free, data, length );
profile = vips_blob_new(
(VipsCallbackFn) g_free, data, length );
}
else {
vips_error( class->nickname,