r111202 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111201‎ | r111202 | r111203 >
Date:21:36, 10 February 2012
Author:werdna
Status:resolved (Comments)
Tags:
Comment:
Fix whitespace
Modified paths:
  • /trunk/extensions/AbuseFilter/AbuseFilter.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/AbuseFilter.class.php
@@ -751,8 +751,8 @@
752752
753753 // Global logging
754754 if ( $globalIndex ) {
755 - $title = Title::makeTitle( $thisLog['afl_namespace'],
756 - $thisLog['afl_title'] );
 755+ $title = Title::makeTitle( $thisLog['afl_namespace'],
 756+ $thisLog['afl_title'] );
757757 $centralLog = $thisLog + $central_log_template;
758758 $centralLog['afl_filter'] = $globalIndex;
759759 $centralLog['afl_title'] = $title->getPrefixedText();

Follow-up revisions

RevisionCommit summaryAuthorDate
r112921Actually fix whitespace from r111202, only 83 characters => no need for silly...demon22:02, 2 March 2012

Comments

#Comment by Nikerabbit (talk | contribs)   08:28, 11 February 2012

That looks very broken when tab-width is something else. Just use spaces or newlines like everywhere else.

#Comment by Kaldari (talk | contribs)   21:59, 2 March 2012

Our coding conventions say to avoid vertical alignment.

Status & tagging log