summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-06-04 15:35:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-06-04 15:35:14 (GMT)
commitcd72d108bf14caa354d011a2ce41426ea011da2a (patch)
treeea245cdd3ace1d0ea075a51e59d0b5044fc86bf2 /unix/tclUnixSock.c
parentf40df819ae9708d22caccabb9f6a209739449872 (diff)
downloadtcl-cd72d108bf14caa354d011a2ce41426ea011da2a.zip
tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.tar.gz
tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.tar.bz2
Space before tab is an extremely unlikely to be correct indentation pattern
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r--unix/tclUnixSock.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index 78ed008..11193b7 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -204,8 +204,8 @@ printaddrinfo(
*
* InitializeHostName --
*
- * This routine sets the process global value of the name of the local
- * host on which the process is running.
+ * This routine sets the process global value of the name of the local
+ * host on which the process is running.
*
* Results:
* None.
@@ -400,8 +400,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
@@ -1183,7 +1183,7 @@ TcpWatchProc(
* from interfering with the -accept behavior (bug #3394732).
*/
- return;
+ return;
}
if (GOT_BITS(statePtr->flags, TCP_ASYNC_PENDING)) {