From 3501ea18f65d2790e1d4ede91d99003fd3763e8e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Mar 2001 17:36:41 +0000 Subject: (load_thiskind): indent as it should be --- perl-install/modules.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 19c3bbe34..c6b853db0 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -640,13 +640,13 @@ sub load_thiskind { my @try_modules = ( if_($type =~ /scsi/, - if_(arch() !~ /ppc/, 'imm', 'ppa'), + if_(arch() !~ /ppc/, 'imm', 'ppa'), if_(detect_devices::usbZips(), 'usb-storage'), ), if_(arch() =~ /ppc/, - if_($type =~ /scsi/, 'mesh', 'mac53c94'), - if_($type =~ /net/, 'bmac', 'gmac', 'mace'), - if_($type =~ /sound/, 'dmasound'), + if_($type =~ /scsi/, 'mesh', 'mac53c94'), + if_($type =~ /net/, 'bmac', 'gmac', 'mace'), + if_($type =~ /sound/, 'dmasound'), ), ); grep { -- cgit v1.2.1