mirror of
https://github.com/curl/curl.git
synced 2026-07-30 13:08:03 +03:00
example: fix formatting nits
Also: - drop non-portable `__STRING()` macro use where still used. Closes #19746
This commit is contained in:
parent
c10dda9ebb
commit
aad3c2e8e1
50 changed files with 225 additions and 227 deletions
|
|
@ -47,7 +47,7 @@ struct WriteThis {
|
|||
static size_t read_cb(char *dest, size_t size, size_t nmemb, void *userp)
|
||||
{
|
||||
struct WriteThis *wt = (struct WriteThis *)userp;
|
||||
size_t buffer_size = size*nmemb;
|
||||
size_t buffer_size = size * nmemb;
|
||||
|
||||
if(wt->sizeleft) {
|
||||
/* copy as much as possible from the source to the destination */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue