From 4006b6abce88b7a53502926f921ae1408b5dd37e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 13 Nov 2002 11:46:04 +0000 Subject: add/remove spaces to make perl_checker happy --- perl-install/interactive/newt.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/interactive/newt.pm') diff --git a/perl-install/interactive/newt.pm b/perl-install/interactive/newt.pm index 1f1a49d0d..b15b92a57 100644 --- a/perl-install/interactive/newt.pm +++ b/perl-install/interactive/newt.pm @@ -19,7 +19,7 @@ sub new() { Newt::Cls(); Newt::SetSuspendCallback(); ($width, $height) = Newt::GetScreenSize(); - open STDERR,">/dev/null" if $::isStandalone && !$::testing; + open STDERR, ">/dev/null" if $::isStandalone && !$::testing; bless {}, $_[0]; } @@ -53,7 +53,7 @@ sub myTextbox { sub separator { my $blank = Newt::Component::Form(\undef, '', 0); - $blank->FormSetWidth ($_[0]); + $blank->FormSetWidth($_[0]); $blank->FormSetHeight($_[1]); $blank; } -- cgit v1.2.1