Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2020 10:57:42 +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: r357995 - head/tests/sys/net
Message-ID:  <202002161057.01GAvgJZ049886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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