From e68126591e246735d6ed1b3eab66304b82ec7661 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Nov 2012 20:11:19 +0000 Subject: minor indent cleaning --- urpm/install.pm | 3 +-- 1 file changed, 1 insertion(+), 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', -- cgit v1.2.1