diff options
author | Urban Müller | 2016-11-10 15:51:07 +0100 |
---|---|---|
committer | Urban Müller | 2016-11-10 15:53:00 +0100 |
commit | 52aa39b034da27fc758f0ae5a78c0b5ace05e295 (patch) | |
tree | 0533874924ae08cfbb6790f0000375f8d9ef3426 /it_url.class | |
parent | 01ce86d79be6d17bbf011826a77086e50652105b (diff) | |
download | itools-52aa39b034da27fc758f0ae5a78c0b5ace05e295.tar.gz itools-52aa39b034da27fc758f0ae5a78c0b5ace05e295.tar.bz2 itools-52aa39b034da27fc758f0ae5a78c0b5ace05e295.zip |
whitespace cleanup
Diffstat (limited to 'it_url.class')
-rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index 2c70fff..da2ec54 100644 --- a/it_url.class +++ b/it_url.class @@ -402,7 +402,7 @@ function get_multi($p=null) $start = microtime(true); - # curl_multi loop copied from example at http://php.net/manual/en/function.curl-multi-exec.php + # curl_multi loop copied from example at http://php.net/manual/en/function.curl-multi-exec.php $active = null; do { $mrc = curl_multi_exec($mh, $active); |