summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Weatherford <jweather@xidus.net>2012-09-12 17:36:16 +0200
committerJeremy Weatherford <jweather@xidus.net>2012-09-12 17:36:16 +0200
commit75dcab25f99f7f074514e9d184c6de268fd18601 (patch)
treea9887b0aa9e681a64513f0aa7ba80c8081471e76
parent7d68f748c5fdb8e1fe8d5daeb1deda2b9dafa435 (diff)
downloadsmokeping-75dcab25f99f7f074514e9d184c6de268fd18601.tar.gz
smokeping-75dcab25f99f7f074514e9d184c6de268fd18601.tar.xz
fix stray spaces
-rw-r--r--lib/Smokeping/probes/Curl.pm2
1 files changed, 1 insertions, 1 deletions
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;