From 3f3e6617a4666e9d8867248166027d02e46ad75e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 25 Feb 2011 20:24:08 +0000 Subject: [PATCH] Fix double indenting --- includes/api/ApiQueryImageInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1