From 10597aed64ebe3decb53ae94ee2bb49d0147bae4 Mon Sep 17 00:00:00 2001 From: liutec Date: Sun, 22 Jun 2014 22:30:52 +0300 Subject: [PATCH] Removed white-spaces from line ends --- phpseclib/Net/SSH2.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpseclib/Net/SSH2.php b/phpseclib/Net/SSH2.php index 6ee98094..5c99242f 100644 --- a/phpseclib/Net/SSH2.php +++ b/phpseclib/Net/SSH2.php @@ -3797,7 +3797,7 @@ class Net_SSH2 } return $this->exit_status; } - + /** * Returns the number of columns for the terminal window size. * @@ -3808,7 +3808,7 @@ class Net_SSH2 { return $this->windowColumns; } - + /** * Returns the number of rows for the terminal window size. * @@ -3819,7 +3819,7 @@ class Net_SSH2 { return $this->windowRows; } - + /** * Sets the number of columns for the terminal window size. * @@ -3830,7 +3830,7 @@ class Net_SSH2 { $this->windowColumns = $value; } - + /** * Sets the number of rows for the terminal window size. * @@ -3841,7 +3841,7 @@ class Net_SSH2 { $this->windowRows = $value; } - + /** * Sets the number of columns and rows for the terminal window size. *