Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 15:36:50 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r360312 - in stable: 11/sys/netpfil/pf 12/sys/netpfil/pf
Message-ID:  <202004251536.03PFaofd069226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat Apr 25 15:36:50 2020
New Revision: 360312
URL: https://svnweb.freebsd.org/changeset/base/360312

Log:
  MFC r348284 (by lwhsu):
  
  Remove an uneeded indentation introduced in r223637 to silence gcc warnging
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/sys/netpfil/pf/pf.c
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/sys/netpfil/pf/pf.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/sys/netpfil/pf/pf.c
==============================================================================
--- stable/12/sys/netpfil/pf/pf.c	Sat Apr 25 15:34:48 2020	(r360311)
+++ stable/12/sys/netpfil/pf/pf.c	Sat Apr 25 15:36:50 2020	(r360312)
@@ -5267,7 +5267,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?202004251536.03PFaofd069226>