Completed
Push — master ( 1af071...2b85d3 )
by Peter
02:29
created
src/SphinxClient.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -588,7 +588,7 @@  discard block
 block discarded – undo
588 588
 			$this->_mbenc = mb_internal_encoding();
589 589
 			mb_internal_encoding ( "latin1" );
590 590
 		}
591
-    }
591
+	}
592 592
 
593 593
 	/// leave mbstring workaround mode
594 594
 	function _MBPop ()
@@ -1037,9 +1037,9 @@  discard block
 block discarded – undo
1037 1037
 
1038 1038
 	/// clear all attribute value overrides (for multi-queries)
1039 1039
 	function ResetOverrides ()
1040
-    {
1041
-    	$this->_overrides = array ();
1042
-    }
1040
+	{
1041
+		$this->_overrides = array ();
1042
+	}
1043 1043
 	
1044 1044
 	function ResetQueryFlag ()
1045 1045
 	{
@@ -1772,7 +1772,7 @@  discard block
 block discarded – undo
1772 1772
 
1773 1773
 	function Status ($session=false)
1774 1774
 	{
1775
-        assert ( is_bool($session) );
1775
+		assert ( is_bool($session) );
1776 1776
 
1777 1777
 		$this->_MBPush ();
1778 1778
 		if (!( $fp = $this->_Connect() ))
Please login to merge, or discard this patch.