From b7661719bc1f1ebd078c7e7adb2eb25c83526c27 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 13 Nov 2002 14:25:59 +0000 Subject: add/remove spaces to make perl_checker happy --- perl-install/harddrake/v4l.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/v4l.pm') diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm index ce944adcb..ee6b488ae 100644 --- a/perl-install/harddrake/v4l.pm +++ b/perl-install/harddrake/v4l.pm @@ -221,7 +221,7 @@ If your card is misdetected, you can force the right tuner and card types here. $conf{card} = $cards_lst->{$driver}{$conf{card}}; my $options = - 'radio=' . ($conf{radio} ? 1 : 0) . ' '. + 'radio=' . ($conf{radio} ? 1 : 0) . ' ' . join(' ', map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers)); if ($options) { log::l("[harddrake::bttv] $options"); -- cgit v1.2.1