r49663 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49662‎ | r49663 | r49664 >
Date:14:35, 20 April 2009
Author:demon
Status:ok
Tags:
Comment:
Add newlines back to eof.
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -3516,5 +3516,4 @@
35173517 $log->addEntry( 'autocreate', $this->getUserPage(), '', array( $this->getId() ) );
35183518 return true;
35193519 }
3520 -
3521 -}
\ No newline at end of file
 3520+}
Index: trunk/phase3/includes/Skin.php
@@ -1926,4 +1926,4 @@
19271927 wfProfileOut( __METHOD__ );
19281928 return $bar;
19291929 }
1930 -}
\ No newline at end of file
 1930+}

Status & tagging log