From 398626e98ca4773d67a2389d6954a4ec7bf80217 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 20 Apr 2009 14:35:35 +0000 Subject: [PATCH] Add newlines back to eof. --- includes/Skin.php | 2 +- includes/User.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 +} -- 2.20.1