diff options
author | Jeremy Weatherford <jweather@xidus.net> | 2012-09-12 17:36:16 +0200 |
---|---|---|
committer | Jeremy Weatherford <jweather@xidus.net> | 2012-09-12 17:36:16 +0200 |
commit | 75dcab25f99f7f074514e9d184c6de268fd18601 (patch) | |
tree | a9887b0aa9e681a64513f0aa7ba80c8081471e76 /lib | |
parent | 7d68f748c5fdb8e1fe8d5daeb1deda2b9dafa435 (diff) | |
download | smokeping-75dcab25f99f7f074514e9d184c6de268fd18601.tar.gz smokeping-75dcab25f99f7f074514e9d184c6de268fd18601.tar.xz |
fix stray spaces
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping/probes/Curl.pm | 2 |
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; |