Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 23:58:10 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348284 - head/sys/netpfil/pf
Message-ID:  <201905252358.x4PNwANq085045@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sat May 25 23:58:09 2019
New Revision: 348284
URL: https://svnweb.freebsd.org/changeset/base/348284

Log:
  Remove an uneeded indentation introduced in r223637 to silence gcc warnging
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/netpfil/pf/pf.c

Modified: head/sys/netpfil/pf/pf.c
==============================================================================
--- head/sys/netpfil/pf/pf.c	Sat May 25 23:36:20 2019	(r348283)
+++ head/sys/netpfil/pf/pf.c	Sat May 25 23:58:09 2019	(r348284)
@@ -5260,7 +5260,7 @@ pf_test_state_other(struct pf_state **state, int direc
 				    nk->addr[pd->didx].v4.s_addr,
 				    0);
 
-				break;
+			break;
 #endif /* INET */
 #ifdef INET6
 		case AF_INET6:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905252358.x4PNwANq085045>