SFTP: rm whitespace

This commit is contained in:
terrafrost 2014-06-05 15:06:50 -05:00
parent 8c0f710083
commit 8dff207ed3

View File

@ -983,7 +983,7 @@ class Net_SFTP extends Net_SSH2
if ($a[$sort] === $b[$sort]) {
break;
}
return $order === SORT_ASC ? $a[$sort] - $b[$sort] : $b[$sort] - $a[$sort];
return $order === SORT_ASC ? $a[$sort] - $b[$sort] : $b[$sort] - $a[$sort];
}
}
}