mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +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
|
|
@ -53,8 +53,7 @@ struct state {
|
|||
|
||||
/* "read" is from the point of the library, it wants data from us. One domain
|
||||
entry per invoke. */
|
||||
static CURLSTScode hstsread(CURL *curl, struct curl_hstsentry *e,
|
||||
void *userp)
|
||||
static CURLSTScode hstsread(CURL *curl, struct curl_hstsentry *e, void *userp)
|
||||
{
|
||||
const char *host;
|
||||
const char *expire;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue