From: simon Date: Thu, 8 Dec 2011 19:15:54 +0000 (+0000) Subject: Whitespace fix while I was passing. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/8ce96e264f20fdc5c64b438498313dc91f644209?ds=sidebyside Whitespace fix while I was passing. git-svn-id: svn://svn.tartarus.org/sgt/putty@9361 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/ssh.c b/ssh.c index 6471c4b8..a21bbc7b 100644 --- a/ssh.c +++ b/ssh.c @@ -6564,7 +6564,6 @@ static void ssh2_set_window(struct ssh_channel *c, int newwin) */ if ((ssh->remote_bugs & BUG_SSH2_MAXPKT) && newwin > OUR_V2_MAXPKT) newwin = OUR_V2_MAXPKT; - /* * Only send a WINDOW_ADJUST if there's significantly more window