sbotools2

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

commit afec755a8f4fe5842420b96abdbc927254c14e46
parent d1c10b2f406b0e2b38bfd61022de3d640580c738
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 28 Aug 2016 15:47:54 +0200

SBO::Lib::Util: remove some trailing whitespace

Diffstat:
MSBO-Lib/lib/SBO/Lib/Util.pm | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm @@ -27,7 +27,7 @@ use constant $consts = { my @EXPORT_CONSTS = keys %$consts; my @EXPORT_CONFIG = qw{ read_config - + $conf_dir $conf_file %config @@ -223,7 +223,7 @@ sub get_slack_version { C<idx()> looks for C<$needle> in C<@haystack>, and returns the index of where it was found, or C<undef> if it wasn't found. -=cut +=cut sub idx { for my $idx (1 .. $#_) { @@ -283,7 +283,7 @@ It returns a list of two values. The second value is the exit status, and if it is true, the first value will be an error message. Otherwise it will be the opened filehandle. -=cut +=cut # sub for opening files, second arg is like '<','>', etc sub open_fh { @@ -390,7 +390,7 @@ If there was a $msg supplied, it will instead say There is no useful return value. -=cut +=cut # subroutine for throwing internal script errors sub script_error {