mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
replaced tabs with spaces
This commit is contained in:
parent
f442dd6496
commit
46b112bcd4
26 changed files with 591 additions and 591 deletions
|
|
@ -136,7 +136,7 @@ int main(int argc, char **argv)
|
|||
/* and give the size of the upload, this supports large file sizes
|
||||
on systems that have general support for it */
|
||||
curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE,
|
||||
(curl_off_t)file_info.st_size);
|
||||
(curl_off_t)file_info.st_size);
|
||||
|
||||
/* tell libcurl we can use "any" auth, which lets the lib pick one, but it
|
||||
also costs one extra round-trip and possibly sending of all the PUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue