diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-26 00:08:49 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-26 00:08:49 +0200 |
commit | e67c29877de708e64fc6c4b398f796f2c0cdfe7e (patch) | |
tree | 033f14e2d40b49f105fa4b1c73c881a6a1b6d18a | |
parent | a827aaf841505d74eac412724705bb196d52aa34 (diff) | |
download | sbotools2-e67c29877de708e64fc6c4b398f796f2c0cdfe7e.tar.xz |
sboinstall: a few more whitespace fixes
-rwxr-xr-x | sboinstall | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |