SFTP: CS adjustment

This commit is contained in:
terrafrost 2013-03-07 22:46:58 -06:00
parent 56f87c8f3a
commit d4f176b434
1 changed files with 2 additions and 1 deletions

View File

@ -486,7 +486,8 @@ class Net_SFTP extends Net_SSH2 {
* @param optional Integer $status
* @access public
*/
function _logError($response, $status = -1) {
function _logError($response, $status = -1)
{
if ($status == -1) {
extract(unpack('Nstatus', $this->_string_shift($response, 4)));
}