svn commit: r360312 - in stable: 11/sys/netpfil/pf 12/sys/netpfil/pf

Dimitry Andric dim at FreeBSD.org
Sat Apr 25 15:36:51 UTC 2020


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/11/sys/netpfil/pf/pf.c
Directory Properties:
  stable/11/   (props changed)

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

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


More information about the svn-src-all mailing list