From 75dcab25f99f7f074514e9d184c6de268fd18601 Mon Sep 17 00:00:00 2001 From: Jeremy Weatherford Date: Wed, 12 Sep 2012 08:36:16 -0700 Subject: fix stray spaces --- lib/Smokeping/probes/Curl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Smokeping/probes/Curl.pm b/lib/Smokeping/probes/Curl.pm index b9c10e7..66c5560 100644 --- a/lib/Smokeping/probes/Curl.pm +++ b/lib/Smokeping/probes/Curl.pm @@ -330,7 +330,7 @@ sub pingone { $self->$function(qq(WARNING: curl exited $why on $t->{addr})); } - push @times, $val if (defined $val and $expectOK); + push @times, $val if (defined $val and $expectOK); } # carp("Got @times") if $self->debug; -- cgit v1.2.3-24-g4f1b