From edba7f6b7443e2a12e9707a9c257e40fb412a41c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 18 Aug 2008 16:05:05 +0000 Subject: fix indentation --- perl-install/pkgs.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index bd4648bc4..b2bca4436 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -159,10 +159,10 @@ sub detect_graphical_drivers { my @cards; if ($o_match_all_hardware) { - my $all_cards = Xconfig::card::readCardsDB("$ENV{SHARE_PATH}/ldetect-lst/Cards+"); - @cards = values %$all_cards; + my $all_cards = Xconfig::card::readCardsDB("$ENV{SHARE_PATH}/ldetect-lst/Cards+"); + @cards = values %$all_cards; } else { - @cards = Xconfig::card::probe(); + @cards = Xconfig::card::probe(); } my @drivers = grep { $_ } uniq(map { $_->{Driver2} } @cards); -- cgit v1.2.1