From ba1c83c8cc3a90bb80e6639c0a1034ab89e5c12b Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 21 Nov 2008 16:08:57 +0000 Subject: [PATCH] Fix indentation. --- sys/netinet/accf_http.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c index d78c4b2f0420..f55c351aac0f 100644 --- a/sys/netinet/accf_http.c +++ b/sys/netinet/accf_http.c @@ -1,4 +1,4 @@ -/* $NetBSD: accf_http.c,v 1.5 2008/11/20 10:22:11 ad Exp $ */ +/* $NetBSD: accf_http.c,v 1.6 2008/11/21 16:08:57 joerg Exp $ */ /*- * Copyright (c) 2000 Paycounter, Inc. @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: accf_http.c,v 1.5 2008/11/20 10:22:11 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: accf_http.c,v 1.6 2008/11/21 16:08:57 joerg Exp $"); #define ACCEPT_FILTER_MOD @@ -323,10 +323,10 @@ soparsehttpvers(struct socket *so, void *arg, int waitflag) } else if ( mbufstrcmp(m, n, i, "HTTP/1.0") || mbufstrcmp(m, n, i, "HTTP/1.1")) { - DPRINT("ok"); - soishttpconnected(so, - arg, waitflag); - return; + DPRINT("ok"); + soishttpconnected(so, + arg, waitflag); + return; } else { DPRINT("bad"); goto fallout;