From 7b1642d1b5b6e753ad5dfac24e899e469bdfc9b4 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 4 Dec 2013 17:43:20 +0100 Subject: [PATCH] Change line breaks in LocalFile::recordUpload2() Change-Id: Ib27e381106d048bb0a24286a877c85f0e62408cf --- includes/filerepo/file/LocalFile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/filerepo/file/LocalFile.php b/includes/filerepo/file/LocalFile.php index dd8e38aacb..5206447c39 100644 --- a/includes/filerepo/file/LocalFile.php +++ b/includes/filerepo/file/LocalFile.php @@ -1220,8 +1220,8 @@ class LocalFile extends File { * @param null|User $user * @return bool */ - function recordUpload2( - $oldver, $comment, $pageText, $props = false, $timestamp = false, $user = null + function recordUpload2( $oldver, $comment, $pageText, $props = false, $timestamp = false, + $user = null ) { wfProfileIn( __METHOD__ ); -- 2.20.1