aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-26 00:08:49 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-04-26 00:08:49 +0200
commite67c29877de708e64fc6c4b398f796f2c0cdfe7e (patch)
tree033f14e2d40b49f105fa4b1c73c881a6a1b6d18a
parenta827aaf841505d74eac412724705bb196d52aa34 (diff)
downloadsbotools2-e67c29877de708e64fc6c4b398f796f2c0cdfe7e.tar.xz
sboinstall: a few more whitespace fixes
-rwxr-xr-xsboinstall6
1 files changed, 3 insertions, 3 deletions
diff --git a/sboinstall b/sboinstall
index b5f6eb7..f0e6799 100755
--- 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;