From fa6e403d3055b30a6eeda275ea39488dd3880a9f Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 22 Apr 2021 15:23:20 +0100 Subject: [PATCH] tiny formatting improvement --- libvips/foreign/dzsave.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvips/foreign/dzsave.c b/libvips/foreign/dzsave.c index d5d1d2b9..865680d7 100644 --- a/libvips/foreign/dzsave.c +++ b/libvips/foreign/dzsave.c @@ -366,7 +366,8 @@ vips_gsf_path( VipsGsfDirectory *tree, const char *name, ... ) * path we are creating. */ tree->file_count += 1; - tree->filename_lengths += strlen( tree->out->name ) + strlen( name ) + 1; + tree->filename_lengths += + strlen( tree->out->name ) + strlen( name ) + 1; dir = tree; va_start( ap, name );