From afec755a8f4fe5842420b96abdbc927254c14e46 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sun, 28 Aug 2016 15:47:54 +0200 Subject: SBO::Lib::Util: remove some trailing whitespace --- SBO-Lib/lib/SBO/Lib/Util.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'SBO-Lib/lib/SBO/Lib/Util.pm') diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm index ee5137f..39bdf65 100644 --- 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 looks for C<$needle> in C<@haystack>, and returns the index of where it was found, or C 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 { -- cgit v1.2.3