From 8e1bfd2176f482bb709ef9814be581cb8875626d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 21 Apr 2005 11:42:35 +0000 Subject: [PATCH] * Indent. --- includes/Image.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.20.1