whitespace

This commit is contained in:
John Cupitt 2013-06-25 17:49:42 +01:00
parent 824977a0bc
commit 645ff73335
1 changed files with 4 additions and 5 deletions

View File

@ -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 )
{