mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 19:40:33 +08:00
Cygwin: pty: Fix minor style issue.
This commit is contained in:
parent
2eee095928
commit
796044ddcf
@ -2043,7 +2043,7 @@ fhandler_pty_master::pty_master_fwd_thread ()
|
||||
/* Remove CSI > Pm m */
|
||||
int state = 0;
|
||||
int start_at = 0;
|
||||
for (DWORD i=0; i<rlen; i++)
|
||||
for (DWORD i = 0; i < rlen; i++)
|
||||
if (outbuf[i] == '\033')
|
||||
{
|
||||
start_at = i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user