Fix double indenting
authorSam Reed <reedy@users.mediawiki.org>
Fri, 25 Feb 2011 20:24:08 +0000 (20:24 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 25 Feb 2011 20:24:08 +0000 (20:24 +0000)
includes/api/ApiQueryImageInfo.php

index b375085..4112f02 100644 (file)
@@ -368,7 +368,7 @@ class ApiQueryImageInfo extends ApiQueryBase {
                }
 
                if ( isset( $prop['bitdepth'] ) ) {
-                               $vals['bitdepth'] = $file->getBitDepth();
+                       $vals['bitdepth'] = $file->getBitDepth();
                }
 
                return $vals;