EBernhardson has uploaded a new change for review.

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

Change subject: Control structure "if" must be followed by a space
......................................................................

Control structure "if" must be followed by a space

Change-Id: I4b2ad5961a09a9423a9f86432f9c1dbb7eff1c56
---
M includes/db/DatabaseMssql.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/96/163896/1

diff --git a/includes/db/DatabaseMssql.php b/includes/db/DatabaseMssql.php
index af3cc72..f5e6270 100644
--- a/includes/db/DatabaseMssql.php
+++ b/includes/db/DatabaseMssql.php
@@ -692,7 +692,7 @@
                        if ( !is_null( $identity ) ) {
                                // then we want to get the identity column 
value we were assigned and save it off
                                $row = $ret->fetchObject();
-                               if( is_object( $row ) ){
+                               if ( is_object( $row ) ){
                                        $this->mInsertId = $row->$identity;
                                }
                        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b2ad5961a09a9423a9f86432f9c1dbb7eff1c56
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to