diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-22 17:36:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-22 17:36:41 +0000 |
commit | 3501ea18f65d2790e1d4ede91d99003fd3763e8e (patch) | |
tree | 492f0698644ba755d80607aa9098bcfa9220521b /perl-install/modules.pm | |
parent | 0258f95e67b377774ca14a60028dd4897fceffac (diff) | |
download | drakx-backup-do-not-use-3501ea18f65d2790e1d4ede91d99003fd3763e8e.tar drakx-backup-do-not-use-3501ea18f65d2790e1d4ede91d99003fd3763e8e.tar.gz drakx-backup-do-not-use-3501ea18f65d2790e1d4ede91d99003fd3763e8e.tar.bz2 drakx-backup-do-not-use-3501ea18f65d2790e1d4ede91d99003fd3763e8e.tar.xz drakx-backup-do-not-use-3501ea18f65d2790e1d4ede91d99003fd3763e8e.zip |
(load_thiskind): indent as it should be
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 8 |
1 files 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 { |