Merge "worthwhile tests in testTitleObjectStringConversion"
[lhc/web/wiklou.git] / includes / media / PNGMetadataExtractor.php
index 9dcde40..55f087a 100644 (file)
@@ -124,7 +124,7 @@ class PNGMetadataExtractor {
                                        case 0:
                                                $colorType = 'greyscale';
                                                break;
-                                       case 2: 
+                                       case 2:
                                                $colorType = 'truecolour';
                                                break;
                                        case 3: