space vs tab

This commit is contained in:
djmaze 2021-04-07 13:28:50 +02:00
parent 0a60c27e06
commit 95d5e10268
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ class GD2 implements \SnappyMail\Image
if ($exif) {
$gd2->orientation = \max(1, \intval($oMetadata['IFD0.Orientation'] ?? 0));
}
}
}
return $gd2;
}

View file

@ -25,7 +25,7 @@ class GMagick extends \Gmagick implements \SnappyMail\Image
if ($exif) {
$gmagick->orientation = \max(1, \intval($oMetadata['IFD0.Orientation'] ?? 0));
}
}
}
return $gmagick;
}