summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-20 13:06:45 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-20 13:06:45 +0000
commita90ace775609746a5eed635694483744d48f2c32 (patch)
treeebe4f75426a99b7c730eca5d4c07e8f5845bcaf3
parentbeebe3d63965f35a5b67c142f086d9cbe3f91e6b (diff)
downloaddrakx-a90ace775609746a5eed635694483744d48f2c32.tar
drakx-a90ace775609746a5eed635694483744d48f2c32.tar.gz
drakx-a90ace775609746a5eed635694483744d48f2c32.tar.bz2
drakx-a90ace775609746a5eed635694483744d48f2c32.tar.xz
drakx-a90ace775609746a5eed635694483744d48f2c32.zip
(acceptLicense) reindent
-rw-r--r--perl-install/any.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index e265ecefb..7ffa03be2 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -931,7 +931,8 @@ sub acceptLicense {
[
{ label => N("Do you accept this license ?") },
- { list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', format => sub { translate($_[0]) } } ])
+ { list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', format => sub { translate($_[0]) } },
+ ])
or reboot($o);
}