summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-03-19 14:56:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-03-19 14:56:45 (GMT)
commit16b3adf662893e6db67e82fb1df01063e1315548 (patch)
treebcfa89065ecea0a374bed505c235b77cba3db0a3 /unix/tclUnixSock.c
parent7bf9d79d60378e206b741af48b8cf6c55451557e (diff)
downloadtcl-16b3adf662893e6db67e82fb1df01063e1315548.zip
tcl-16b3adf662893e6db67e82fb1df01063e1315548.tar.gz
tcl-16b3adf662893e6db67e82fb1df01063e1315548.tar.bz2
Fix indentation/brace usage style issues
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r--unix/tclUnixSock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index 36ed409..78ed008 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -1322,7 +1322,6 @@ TcpConnect(
for (statePtr->myaddr = statePtr->myaddrlist;
statePtr->myaddr != NULL;
statePtr->myaddr = statePtr->myaddr->ai_next) {
-
/*
* No need to try combinations of local and remote addresses of
* different families.