Skip to content

Commit ec60725

Browse files
glenk@galkam.com.auglenk@galkam.com.au
glenk@galkam.com.au
authored and
glenk@galkam.com.au
committed
Removed extra whitespace before closing parenthesis
1 parent a5d7b01 commit ec60725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/ShellStream.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public bool DataAvailable
6262
/// <param name="width">New screen width in Pixels</param>
6363
/// <param name="height">New screen height in Pixels</param>
6464
/// <returns>true when change is successful, or false when channel is NOT open or the request </returns>
65-
public bool WindowChangeRequest(uint columns, uint rows, uint width, uint height )
65+
public bool WindowChangeRequest(uint columns, uint rows, uint width, uint height)
6666
{
6767
if (_channel==null || !_channel.IsOpen) return false;
6868
return _channel.SendWindowChangeRequest(columns, rows, width, height);

0 commit comments

Comments
 (0)