Passed
Push — release-2.1 ( 7a7e13...ab409d )
by
unknown
05:38
created
Sources/Subs-Graphics.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -370,7 +370,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.