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/managerproxy.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'contrib/scripts/managerproxy.pl') diff --git a/contrib/scripts/managerproxy.pl b/contrib/scripts/managerproxy.pl index 8c5f58cfa..9752cc654 100644 --- a/contrib/scripts/managerproxy.pl +++ b/contrib/scripts/managerproxy.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl -w # # Simple Asterisk Manager Proxy, Version 1.01 # 2004-09-26 @@ -132,7 +132,7 @@ while (1) { log_debug("** New client connection", 16); my $C = $m->accept; - $proxy_clients{$C} = \$C; + $proxy_clients{$C} = \$C; print "New Connection: $C\n" if $debug; $O->add($C); } else { @@ -239,4 +239,3 @@ sub list_clients() } print "$cnt clients.\n\n"; } - -- cgit v1.2.3