Explorar o código

Spacing - remove trailing whitespace

Signed-off-by: John Rayes <[email protected]>
John Rayes %!s(int64=10) %!d(string=hai) anos
pai
achega
6085f0cf14
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      other/upgrade.php

+ 2 - 2
other/upgrade.php

@@ -1388,9 +1388,9 @@ function UpgradeOptions()
 	if (strpos($db_server, ':') !== false && ($db_type == 'mysql' || $db_type == 'mysqli'))
 	{
 		list($db_server, $db_port) = explode(':', $db_server);
-		
+
 		$changes['db_server'] = '\'' . $db_server . '\'';
-	
+
 		// Only set this if we're not using the default port
 		if ($db_port != ini_get('mysql' . ($db_type == 'mysqli' || !empty($_POST['convertMysql']) ? 'i' : '') . '.default_port'))
 			$changes['db_port'] = (int) $db_port;