From ce3d56920b15facbb64b3caf0d823a3f57c0dded Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 22 Dec 2017 09:14:07 -0500 Subject: Remove as much trailing whitespace as possible. Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0 --- contrib/scripts/retrieve_sip_conf_from_mysql.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'contrib/scripts/retrieve_sip_conf_from_mysql.pl') diff --git a/contrib/scripts/retrieve_sip_conf_from_mysql.pl b/contrib/scripts/retrieve_sip_conf_from_mysql.pl index 03395a125..6bf775eac 100644 --- a/contrib/scripts/retrieve_sip_conf_from_mysql.pl +++ b/contrib/scripts/retrieve_sip_conf_from_mysql.pl @@ -78,16 +78,15 @@ foreach my $row ( @{ $result } ) { } my @resSet = @{$result}; - if ( $#resSet == -1 ) { + if ( $#resSet == -1 ) { print "no results\n"; exit; } foreach my $row ( @{ $result } ) { my @result = @{ $row }; print EXTEN "$result[0]=$result[1]\n"; - } + } print EXTEN "$additional\n"; } exit 0; - -- cgit v1.2.3