From 7c0b73a950719087d8e67685a9ffa0d702c4ed19 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 12 Jun 2004 23:36:59 +0000 Subject: Correct whitespace errors in merge from rwatson_netperf: tabs instead of spaces, no trailing tab at the end of line. Pointed out by: csjp --- sys/kern/uipc_syscalls.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index c99fc89..53d4962 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -309,15 +309,15 @@ accept1(td, uap, compat) KASSERT(!(so->so_qstate & SQ_INCOMP), ("accept1: so SQ_INCOMP")); KASSERT(so->so_qstate & SQ_COMP, ("accept1: so not SQ_COMP")); - /* - * Before changing the flags on the socket, we have to bump the + /* + * Before changing the flags on the socket, we have to bump the * reference count. Otherwise, if the protocol calls sofree(), - * the socket will be released due to a zero refcount. - */ + * the socket will be released due to a zero refcount. + */ SOCK_LOCK(so); soref(so); /* file descriptor reference */ SOCK_UNLOCK(so); - + TAILQ_REMOVE(&head->so_comp, so, so_list); head->so_qlen--; so->so_qstate &= ~SQ_COMP; -- cgit v1.1