sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit e67c29877de708e64fc6c4b398f796f2c0cdfe7e
parent a827aaf841505d74eac412724705bb196d52aa34
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Tue, 26 Apr 2016 00:08:49 +0200

sboinstall: a few more whitespace fixes

Diffstat:
Msboinstall | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sboinstall b/sboinstall @@ -169,10 +169,10 @@ FIRST: for my $sbo (@$build_queue) { $commands{$sbo} = $cmds; $options{$sbo} = $opts; say "$name$added"; - } else { - push(@temp_queue, $sbo); + } else { + push(@temp_queue, $sbo); say "\n$name$added"; - } + } } @$build_queue = @temp_queue;