diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-11-16 20:11:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-11-16 20:11:19 +0000 |
commit | e68126591e246735d6ed1b3eab66304b82ec7661 (patch) | |
tree | fc347be0cbe6c2a3f33374613f29d96570aef85a /urpm/install.pm | |
parent | eac002324319c9456128840dee10ea5a320f49e3 (diff) | |
download | urpmi-e68126591e246735d6ed1b3eab66304b82ec7661.tar urpmi-e68126591e246735d6ed1b3eab66304b82ec7661.tar.gz urpmi-e68126591e246735d6ed1b3eab66304b82ec7661.tar.bz2 urpmi-e68126591e246735d6ed1b3eab66304b82ec7661.tar.xz urpmi-e68126591e246735d6ed1b3eab66304b82ec7661.zip |
minor indent cleaning
Diffstat (limited to 'urpm/install.pm')
-rw-r--r-- | urpm/install.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/urpm/install.pm b/urpm/install.pm index f56ce6f9..a0e0cbbf 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -229,8 +229,7 @@ sub install { } } if ($trans->add($pkg, update => $update, - $options{excludepath} ? (excludepath => [ split /,/, $options{excludepath} ]) : () - )) { + $options{excludepath} ? (excludepath => [ split /,/, $options{excludepath} ]) : ())) { $urpm->{debug} and $urpm->{debug}( sprintf('trans: scheduling %s of %s (id=%d, file=%s)', $update ? 'update' : 'install', |