From e7cba6bfd6ad18abb193c29243e79f25cd7f97b4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 5 Dec 2009 01:05:36 +0100 Subject: fix whitespace --- expanddeps | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'expanddeps') diff --git a/expanddeps b/expanddeps index b7d5db9..73b977b 100755 --- a/expanddeps +++ b/expanddeps @@ -171,15 +171,14 @@ $cf->{'warnings'} = 1; sub print_rpmlist { - for (@_) { - print "$_ $fn{$packs{$_}}\n"; - print "rpmid: $_:$ids{$packs{$_}}\n" if exists $ids{$packs{$_}}; - } - print "preinstall: @{$cf->{'preinstall'} || []}\n"; - print "vminstall: @{$cf->{'vminstall'} || []}\n"; - print "runscripts: @{$cf->{'runscripts'} || []}\n"; - print "dist: $dist\n" if defined $dist; - + for (@_) { + print "$_ $fn{$packs{$_}}\n"; + print "rpmid: $_:$ids{$packs{$_}}\n" if exists $ids{$packs{$_}}; + } + print "preinstall: @{$cf->{'preinstall'} || []}\n"; + print "vminstall: @{$cf->{'vminstall'} || []}\n"; + print "runscripts: @{$cf->{'runscripts'} || []}\n"; + print "dist: $dist\n" if defined $dist; } if ($useusedforbuild) { -- cgit v1.2.3