diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-15 00:26:34 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-15 00:26:34 +0200 |
commit | fb84f53326c46700e8fc5c383f0a7a3425177c58 (patch) | |
tree | d9a4ed8ad97e9dff0d5c39d85d6e7a00691bece6 /SBO-Lib/lib/SBO/Lib.pm | |
parent | 96ebe3dceeca539856a16968e4a8630ebc930d9d (diff) | |
download | sbotools2-fb84f53326c46700e8fc5c383f0a7a3425177c58.tar.xz |
sbo*, man*, SBO::Lib: trailing whitespace fixes
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 9443419..11fccfd 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -424,7 +424,7 @@ sub slackbuilds_or_fetch { return 1; } -# pull an array of hashes, each hash containing the name and version of a +# pull an array of hashes, each hash containing the name and version of a # package currently installed. Gets filtered using STD, SBO or ALL. sub get_installed_packages { script_error('get_installed_packages requires an argument.') unless @_ == 1; @@ -665,7 +665,7 @@ sub get_available_updates { return \@updates; } -# get downloads and md5sums from an sbo's .info file, first +# get downloads and md5sums from an sbo's .info file, first # checking for x86_64-specific info if we are told to sub get_download_info { my %args = ( |