aboutsummaryrefslogtreecommitdiff
path: root/sbofind
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-15 00:26:34 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-15 00:26:34 +0200
commitfb84f53326c46700e8fc5c383f0a7a3425177c58 (patch)
treed9a4ed8ad97e9dff0d5c39d85d6e7a00691bece6 /sbofind
parent96ebe3dceeca539856a16968e4a8630ebc930d9d (diff)
downloadsbotools2-fb84f53326c46700e8fc5c383f0a7a3425177c58.tar.xz
sbo*, man*, SBO::Lib: trailing whitespace fixes
Diffstat (limited to 'sbofind')
-rwxr-xr-xsbofind2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbofind b/sbofind
index 92054dd..3702e6e 100755
--- a/sbofind
+++ b/sbofind
@@ -142,7 +142,7 @@ sub get_file_contents {
return "\n" . indent 6, $contents;
}
-# get build queue and return it as a single line.
+# get build queue and return it as a single line.
sub show_build_queue {
script_error('show_build_queue requires an argument.') unless @_ == 1;
my $queue = get_build_queue([shift], {});