Add newlines back to eof.
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 20 Apr 2009 14:35:35 +0000 (14:35 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 20 Apr 2009 14:35:35 +0000 (14:35 +0000)
includes/Skin.php
includes/User.php

index 7994ca2..093f6fb 100644 (file)
@@ -1926,4 +1926,4 @@ END;
                wfProfileOut( __METHOD__ );
                return $bar;
        }
-}
\ No newline at end of file
+}
index c7c865e..492a837 100644 (file)
@@ -3516,5 +3516,4 @@ class User {
                $log->addEntry( 'autocreate', $this->getUserPage(), '', array( $this->getId() ) );
                return true;
        }
-
-}
\ No newline at end of file
+}