mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-21 14:22:23 +08:00
space vs tab
This commit is contained in:
parent
0a60c27e06
commit
95d5e10268
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ class GD2 implements \SnappyMail\Image
|
|||
if ($exif) {
|
||||
$gd2->orientation = \max(1, \intval($oMetadata['IFD0.Orientation'] ?? 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
return $gd2;
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ class GMagick extends \Gmagick implements \SnappyMail\Image
|
|||
if ($exif) {
|
||||
$gmagick->orientation = \max(1, \intval($oMetadata['IFD0.Orientation'] ?? 0));
|
||||
}
|
||||
}
|
||||
}
|
||||
return $gmagick;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue