From b6bc356abe221cc457e2ecaf26ee5a151fcb2e76 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Fri, 7 Feb 2020 10:10:23 -0800 Subject: [PATCH] whitespace --- lf_firemod.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lf_firemod.pl b/lf_firemod.pl index 3e35de03..28d77a5f 100755 --- a/lf_firemod.pl +++ b/lf_firemod.pl @@ -255,11 +255,11 @@ my $t = undef; if ($stats_from_file eq "") { # Wait up to 60 seconds when requesting info from LANforge. $t = new Net::Telnet(Prompt => '/default\@btbits\>\>/', - Timeout => 60); + Timeout => 60); $t->open(Host => $::lfmgr_host, - Port => $::lfmgr_port, - Timeout => 10); + Port => $::lfmgr_port, + Timeout => 10); $t->max_buffer_length(16 * 1024 * 1000); # 16 MB buffer $t->waitfor("/btbits\>\>/");