diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-04 15:35:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-04 15:35:14 (GMT) |
commit | 14e9a4e0bda3c86ac11baf3c11f900a5837ea70a (patch) | |
tree | ea245cdd3ace1d0ea075a51e59d0b5044fc86bf2 /win/tclWinSock.c | |
parent | 1719e80d015d40d514bb9209a921525b2d667d9c (diff) | |
download | tcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.zip tcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.tar.gz tcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.tar.bz2 |
Space before tab is an extremely unlikely to be correct indentation pattern
Diffstat (limited to 'win/tclWinSock.c')
-rw-r--r-- | win/tclWinSock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinSock.c b/win/tclWinSock.c index c05f550..5239cd3 100644 --- a/win/tclWinSock.c +++ b/win/tclWinSock.c @@ -618,8 +618,8 @@ TcpBlockModeProc( * return any error code. * * Results: - * 0 if the connection has completed, -1 if still in progress or there is - * an error. + * 0 if the connection has completed, -1 if still in progress or there is + * an error. * * Side effects: * Processes socket events off the system queue. May process |