Gerrit Patch Uploader has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/233730

Change subject: Fix white spaces
......................................................................

Fix white spaces

Change-Id: I372455a77f3265933767dc8fc6774bcb184499ad
---
M Cite_body.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cite 
refs/changes/30/233730/1

diff --git a/Cite_body.php b/Cite_body.php
index f1b1445..4679d02 100644
--- a/Cite_body.php
+++ b/Cite_body.php
@@ -365,7 +365,7 @@
                        }
 
                        if ( $cnt === 0 ) {
-                               return array ( $key, $group, $follow );
+                               return array( $key, $group, $follow );
                        } else {
                                // Invalid key
                                return array( false, false, false );
@@ -576,7 +576,7 @@
 
                if ( isset( $argv['group'] ) && $wgAllowCiteGroups ) {
                        $group = $argv['group'];
-                       unset ( $argv['group'] );
+                       unset( $argv['group'] );
                }
 
                if ( strval( $str ) !== '' ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/233730
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I372455a77f3265933767dc8fc6774bcb184499ad
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cite
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to