@@ -370,7 +370,7 @@ |
||
370 | 370 | { |
371 | 371 | if (!empty($exif_data['Orientation'])) |
372 | 372 | { |
373 | - switch($exif_data['Orientation']) |
|
373 | + switch ($exif_data['Orientation']) |
|
374 | 374 | { |
375 | 375 | case 8: |
376 | 376 | $rotate = 90; |