formatting in dzsave.c

This commit is contained in:
John Cupitt 2019-11-19 08:54:23 +00:00
parent a129cef9dd
commit 1e4edf2f06

View File

@ -826,7 +826,7 @@ pyramid_build( VipsForeignSaveDz *dz, Layer *above,
real_pixels->left, real_pixels->top ); real_pixels->left, real_pixels->top );
printf( "\treal_pixels.width = %d, real_pixels.height = %d\n", printf( "\treal_pixels.width = %d, real_pixels.height = %d\n",
real_pixels->width, real_pixels->height ); real_pixels->width, real_pixels->height );
#endif #endif /*DEBUG*/
return( layer ); return( layer );
} }
@ -2091,7 +2091,7 @@ vips_foreign_save_dz_build( VipsObject *object )
#ifdef DEBUG #ifdef DEBUG
printf( "centre: centring within a %d x %d image\n", printf( "centre: centring within a %d x %d image\n",
size, size ); size, size );
#endif #endif /*DEBUG*/
} }
@ -2104,7 +2104,7 @@ vips_foreign_save_dz_build( VipsObject *object )
dz->tile_margin ); dz->tile_margin );
printf( "vips_foreign_save_dz_build: tile_step == %d\n", printf( "vips_foreign_save_dz_build: tile_step == %d\n",
dz->tile_step ); dz->tile_step );
#endif #endif /*DEBUG*/
/* Build the skeleton of the image pyramid. /* Build the skeleton of the image pyramid.
*/ */
@ -2243,7 +2243,7 @@ vips_foreign_save_dz_build( VipsObject *object )
"using default compression" ) ); "using default compression" ) );
dz->compression = -1; dz->compression = -1;
} }
#endif #endif /*HAVE_GSF_DEFLATE_LEVEL*/
dz->tree = vips_gsf_tree_new( out2, dz->compression ); dz->tree = vips_gsf_tree_new( out2, dz->compression );