Skip to content

Commit 360c844

Browse files
committed
Fix indentation
1 parent cf3eb44 commit 360c844

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/imageio/imageio.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,11 +1492,11 @@ gboolean dt_imageio_export_with_flags(const dt_imgid_t imgid,
14921492
if (!ignore_exif && md_encoder_adds_exif)
14931493
{
14941494
uint8_t *exif_profile0 = NULL; // Exif data should be 65536 bytes
1495-
// max, but if original size is
1496-
// close to that, adding new tags
1497-
// could make it go over that... so
1498-
// let it be and see what happens
1499-
// when we write the image
1495+
// max, but if original size is
1496+
// close to that, adding new tags
1497+
// could make it go over that... so
1498+
// let it be and see what happens
1499+
// when we write the image
15001500
char pathname[PATH_MAX] = { 0 };
15011501
gboolean from_cache = TRUE;
15021502
dt_image_full_path(imgid, pathname, sizeof(pathname), &from_cache);

0 commit comments

Comments
 (0)