From 7f4bf5aaaca15c09eb68f227a3546a7578528a12 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 24 Apr 2001 01:23:28 +0000 Subject: [PATCH] 8-columns indentation and consistent spacing --- bin/tests/system/testsock.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index 1e67ec71ab..d1919ce754 100644 --- a/bin/tests/system/testsock.pl +++ b/bin/tests/system/testsock.pl @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: testsock.pl,v 1.11 2001/02/14 00:09:44 nelsonm Exp $ +# $Id: testsock.pl,v 1.12 2001/04/24 01:23:28 gson Exp $ # Test whether the interfaces on 10.53.0.* are up. @@ -31,9 +31,9 @@ GetOptions("p=i" => \$port, my @ids; if ($id != 0) { - @ids = ($id); + @ids = ($id); } else { - @ids = (1..5); + @ids = (1..5); } foreach $id (@ids) { @@ -45,5 +45,5 @@ foreach $id (@ids) { or die sprintf("$0: bind(%s, %d): $!\n", inet_ntoa($addr), $port); close(SOCK); - sleep (1); + sleep(1); }