From fdda35fd83cb2579f03ca3588181883a32af02ae Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 2 Jul 2016 15:36:50 +0200 Subject: reindent --- perl-install/any.pm | 10 +++++----- 1 file 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}, -- cgit v1.2.1