svn commit: r357995 - head/tests/sys/net

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Feb 16 10:57:43 UTC 2020


Author: lwhsu
Date: Sun Feb 16 10:57:42 2020
New Revision: 357995
URL: https://svnweb.freebsd.org/changeset/base/357995

Log:
  Remove trailing whitespace
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/tests/sys/net/if_lagg_test.sh

Modified: head/tests/sys/net/if_lagg_test.sh
==============================================================================
--- head/tests/sys/net/if_lagg_test.sh	Sun Feb 16 09:13:05 2020	(r357994)
+++ head/tests/sys/net/if_lagg_test.sh	Sun Feb 16 10:57:42 2020	(r357995)
@@ -138,7 +138,7 @@ create_destroy_stress_head()
 create_destroy_stress_body()
 {
 	local TAP0 TAP1 LAGG MAC
-	
+
 	atf_skip "Skipping this test because it easily panics the machine"
 
 	TAP0=`get_tap`
@@ -161,7 +161,7 @@ create_destroy_stress_body()
 	CREATOR_PID=$!
 
 	# Second thread: destroy the lagg
-	while true; do 
+	while true; do
 		ifconfig $LAGG destroy 2>/dev/null && \
 			echo -n . >> destroyer_count.txt
 	done &
@@ -194,7 +194,7 @@ lacp_linkstate_destroy_stress_head()
 lacp_linkstate_destroy_stress_body()
 {
 	local TAP0 TAP1 LAGG MAC SRCDIR
-	
+
 	# Configure the lagg interface to use an RFC5737 nonrouteable addresses
 	ADDR="192.0.2.2"
 	MASK="24"
@@ -255,7 +255,7 @@ up_destroy_stress_body()
 	local TAP0 TAP1 LAGG MAC SRCDIR
 
 	atf_skip "Skipping this test because it panics the machine fairly often"
-	
+
 	# Configure the lagg interface to use an RFC5737 nonrouteable addresses
 	ADDR="192.0.2.2"
 	MASK="24"


More information about the svn-src-head mailing list