diff options
author | ThanhHH <=> | 2014-01-16 13:23:54 +0700 |
---|---|---|
committer | ThanhHH <=> | 2014-01-16 13:23:54 +0700 |
commit | 7004b666e7d9b7180d7b1264af95d2f51ac70e32 (patch) | |
tree | d1b4aff3a4e2d0ad00c4a8fcc79725d0cbcaa6f2 | |
parent | c1bf071f4ef11bbbd108364821031a0e2c6e4cfa (diff) | |
download | php-openid-7004b666e7d9b7180d7b1264af95d2f51ac70e32.zip php-openid-7004b666e7d9b7180d7b1264af95d2f51ac70e32.tar.gz php-openid-7004b666e7d9b7180d7b1264af95d2f51ac70e32.tar.bz2 |
Remove wasted white space for #113
-rw-r--r-- | Auth/Yadis/ParanoidHTTPFetcher.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Auth/Yadis/ParanoidHTTPFetcher.php b/Auth/Yadis/ParanoidHTTPFetcher.php index e326f1f..8f55667 100644 --- a/Auth/Yadis/ParanoidHTTPFetcher.php +++ b/Auth/Yadis/ParanoidHTTPFetcher.php @@ -80,7 +80,7 @@ class Auth_Yadis_ParanoidHTTPFetcher extends Auth_Yadis_HTTPFetcher { if (!$this->canFetchURL($url)) { return null; } - + $stop = time() + $this->timeout; $off = $this->timeout; @@ -98,7 +98,7 @@ class Auth_Yadis_ParanoidHTTPFetcher extends Auth_Yadis_HTTPFetcher { if ($c === false) { Auth_OpenID::log( "curl_init returned false; could not " . - "initialize for URL '%s'", $url); + "initialize for URL '%s'", $url); return null; } |