whitespace
This commit is contained in:
parent
824977a0bc
commit
645ff73335
@ -1191,15 +1191,14 @@ vips_class_ping( VipsObjectClass *class, void *dummy )
|
||||
static void
|
||||
vips_class_ping_all( void )
|
||||
{
|
||||
GType base;
|
||||
GType base;
|
||||
|
||||
if( !(base = g_type_from_name( "VipsObject" )) )
|
||||
return;
|
||||
vips_class_map_all( base,
|
||||
if( !(base = g_type_from_name( "VipsObject" )) )
|
||||
return;
|
||||
vips_class_map_all( base,
|
||||
(VipsClassMapFn) vips_class_ping, NULL );
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
vips_foreign_save_dz_build( VipsObject *object )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user