From: Chad Horohoe Date: Mon, 20 Apr 2009 14:35:35 +0000 (+0000) Subject: Add newlines back to eof. X-Git-Tag: 1.31.0-rc.0~42094 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=398626e98ca4773d67a2389d6954a4ec7bf80217;p=lhc%2Fweb%2Fwiklou.git Add newlines back to eof. --- diff --git a/includes/Skin.php b/includes/Skin.php index 7994ca20b9..093f6fbefa 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1926,4 +1926,4 @@ END; wfProfileOut( __METHOD__ ); return $bar; } -} \ No newline at end of file +} diff --git a/includes/User.php b/includes/User.php index c7c865e4a2..492a837e02 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3516,5 +3516,4 @@ class User { $log->addEntry( 'autocreate', $this->getUserPage(), '', array( $this->getId() ) ); return true; } - -} \ No newline at end of file +}