tcp_del_sackholes: whitespace.

This commit is contained in:
yamt 2006-10-07 19:26:07 +00:00
parent ff5cff67a1
commit c1f8725acd
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: tcp_sack.c,v 1.15 2006/10/05 17:35:19 tls Exp $ */
/* $NetBSD: tcp_sack.c,v 1.16 2006/10/07 19:26:07 yamt Exp $ */
/*
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@ -109,7 +109,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: tcp_sack.c,v 1.15 2006/10/05 17:35:19 tls Exp $");
__KERNEL_RCSID(0, "$NetBSD: tcp_sack.c,v 1.16 2006/10/07 19:26:07 yamt Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"
@ -416,7 +416,6 @@ tcp_del_sackholes(struct tcpcb *tp, struct tcphdr *th)
break;
} else
break;
}
splx(s);