From: Ævar Arnfjörð Bjarmason Date: Thu, 21 Apr 2005 11:42:35 +0000 (+0000) Subject: * Indent. X-Git-Tag: 1.5.0alpha1~200 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E//%22%22?a=commitdiff_plain;h=8e1bfd2176f482bb709ef9814be581cb8875626d;p=lhc%2Fweb%2Fwiklou.git * Indent. --- diff --git a/includes/Image.php b/includes/Image.php index 0db9aea457..a1a52145c1 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -5,7 +5,7 @@ if ( $wgShowEXIF ) { require_once ( 'exifReader.inc' ) ; - } +} /** * Class to represent an image @@ -1123,14 +1123,14 @@ class Image unset ( $a["FileName"] ) ; unset ( $a["Thumbnail"] ) ; return $a ; - } + } function getExifData () { return $this->retrieveExifData () ; - } + } function storeExifData () { - } + } } //class