diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-02 15:36:50 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-03 16:46:52 +0200 |
commit | fdda35fd83cb2579f03ca3588181883a32af02ae (patch) | |
tree | 2d05709af9bd8a68a1c31b0af407bcacfe54b92c /perl-install | |
parent | b0640fc82920ab92e943e5e35dd072e016dcd51f (diff) | |
download | drakx-fdda35fd83cb2579f03ca3588181883a32af02ae.tar drakx-fdda35fd83cb2579f03ca3588181883a32af02ae.tar.gz drakx-fdda35fd83cb2579f03ca3588181883a32af02ae.tar.bz2 drakx-fdda35fd83cb2579f03ca3588181883a32af02ae.tar.xz drakx-fdda35fd83cb2579f03ca3588181883a32af02ae.zip |
reindent
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 9aad51502..c396a1b05 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -389,7 +389,7 @@ sub setupBootloader__general { $b->{password2} ||= $b->{password} ||= ''; $::Wizard_title = N("Boot Style Configuration"); - my (@boot_devices, %boot_devices); + my (@boot_devices, %boot_devices); if (is_uefi()) { @boot_devices = 'ESP'; %boot_devices = (ESP => N("EFI System partition")); @@ -406,10 +406,10 @@ sub setupBootloader__general { } } - $in->ask_from_({ #messages => N("Bootloader main options"), - title => N("Bootloader main options"), - interactive_help_id => 'setupBootloader', - }, [ + $in->ask_from_({ #messages => N("Bootloader main options"), + title => N("Bootloader main options"), + interactive_help_id => 'setupBootloader', + }, [ #title => N("Bootloader main options"), { label => N("Bootloader"), title => 1 }, { label => N("Bootloader to use"), val => \$b->{method}, |