tiny formatting improvement

This commit is contained in:
John Cupitt 2021-04-22 15:23:20 +01:00
parent 3841e2e49c
commit fa6e403d30
1 changed files with 2 additions and 1 deletions

View File

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