From: Sam Reed Date: Fri, 25 Feb 2011 20:24:08 +0000 (+0000) Subject: Fix double indenting X-Git-Tag: 1.31.0-rc.0~31769 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=3f3e6617a4666e9d8867248166027d02e46ad75e;p=lhc%2Fweb%2Fwiklou.git Fix double indenting --- diff --git a/includes/api/ApiQueryImageInfo.php b/includes/api/ApiQueryImageInfo.php index b3750856a7..4112f02d37 100644 --- a/includes/api/ApiQueryImageInfo.php +++ b/includes/api/ApiQueryImageInfo.php @@ -368,7 +368,7 @@ class ApiQueryImageInfo extends ApiQueryBase { } if ( isset( $prop['bitdepth'] ) ) { - $vals['bitdepth'] = $file->getBitDepth(); + $vals['bitdepth'] = $file->getBitDepth(); } return $vals;