SCP: Add missing space after case statement.

This commit is contained in:
Andreas Fischer 2014-12-04 18:42:05 +01:00
parent 630a71bee6
commit f40bb9190f

View File

@ -129,7 +129,7 @@ class Net_SCP
}
switch (strtolower(get_class($ssh))) {
case'net_ssh2':
case 'net_ssh2':
$this->mode = NET_SCP_SSH2;
break;
case 'net_ssh1':