mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-14 18:59:51 +00:00
Removed white-spaces from line ends
This commit is contained in:
parent
8e1df6e3c3
commit
10597aed64
@ -3797,7 +3797,7 @@ class Net_SSH2
|
|||||||
}
|
}
|
||||||
return $this->exit_status;
|
return $this->exit_status;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the number of columns for the terminal window size.
|
* Returns the number of columns for the terminal window size.
|
||||||
*
|
*
|
||||||
@ -3808,7 +3808,7 @@ class Net_SSH2
|
|||||||
{
|
{
|
||||||
return $this->windowColumns;
|
return $this->windowColumns;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the number of rows for the terminal window size.
|
* Returns the number of rows for the terminal window size.
|
||||||
*
|
*
|
||||||
@ -3819,7 +3819,7 @@ class Net_SSH2
|
|||||||
{
|
{
|
||||||
return $this->windowRows;
|
return $this->windowRows;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the number of columns for the terminal window size.
|
* Sets the number of columns for the terminal window size.
|
||||||
*
|
*
|
||||||
@ -3830,7 +3830,7 @@ class Net_SSH2
|
|||||||
{
|
{
|
||||||
$this->windowColumns = $value;
|
$this->windowColumns = $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the number of rows for the terminal window size.
|
* Sets the number of rows for the terminal window size.
|
||||||
*
|
*
|
||||||
@ -3841,7 +3841,7 @@ class Net_SSH2
|
|||||||
{
|
{
|
||||||
$this->windowRows = $value;
|
$this->windowRows = $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the number of columns and rows for the terminal window size.
|
* Sets the number of columns and rows for the terminal window size.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user