diff options
author | Christian Schneider | 2025-02-18 16:39:05 +0100 |
---|---|---|
committer | Christian Schneider | 2025-02-18 16:39:05 +0100 |
commit | c6330b2766fec18784d6395b0bbafbe56a4c6197 (patch) | |
tree | 66aa27bf43dea8471a165560433d1db053d1ab59 /it_url.class | |
parent | 2a4e493468d5337e7cfd2b3d04f9bb0943b56775 (diff) | |
download | itools-c6330b2766fec18784d6395b0bbafbe56a4c6197.tar.gz itools-c6330b2766fec18784d6395b0bbafbe56a4c6197.tar.bz2 itools-c6330b2766fec18784d6395b0bbafbe56a4c6197.zip |
Cleanup round to make indentation style consistent across files
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 5777c98..8af61ae 100644 --- a/it_url.class +++ b/it_url.class @@ -315,7 +315,7 @@ function request($p=array()) } - // FIXME 2025-01 NG just use CURLOPT_MAXFILESIZE if we have curl 8.4 + # FIXME 2025-01 NG just use CURLOPT_MAXFILESIZE if we have curl 8.4 $content = ""; if ($p['maxlength'] && !$p['writefunction']) { |