diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-03 04:20:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-03 04:20:18 +0000 |
commit | 76b345d025f7db7546230513138fc87f7597a4ac (patch) | |
tree | dea2d42d4525bf8a97da22d4a58a59e357012da3 /perl-install/standalone | |
parent | 739c16128f23cdd586ea3f6066916c443689e4ae (diff) | |
download | drakx-76b345d025f7db7546230513138fc87f7597a4ac.tar drakx-76b345d025f7db7546230513138fc87f7597a4ac.tar.gz drakx-76b345d025f7db7546230513138fc87f7597a4ac.tar.bz2 drakx-76b345d025f7db7546230513138fc87f7597a4ac.tar.xz drakx-76b345d025f7db7546230513138fc87f7597a4ac.zip |
fix indentation (titi sux)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/keyboarddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/keyboarddrake b/perl-install/standalone/keyboarddrake index 167764c08..04f65ffad 100755 --- a/perl-install/standalone/keyboarddrake +++ b/perl-install/standalone/keyboarddrake @@ -35,7 +35,7 @@ if (my ($kb) = grep { !/^-/ } @ARGV) { }, { val => \$keyboard->{XkbModel}, format => sub { $model2text->{$_[0]} }, - separator => '|', + separator => '|', list => $xkb_models }, ]) or goto end; |