Merge pull request #528 from bantu/scp-case

SCP: Add missing space after case statement.

* bantu/scp-case:
  SCP: Add missing space after case statement.
This commit is contained in:
Andreas Fischer 2014-12-04 19:56:29 +01:00
commit 067699bce2

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':