mirror of
https://github.com/curl/curl.git
synced 2026-08-01 22:00:38 +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
|
|
@ -46,7 +46,7 @@
|
|||
#define NUMT 4
|
||||
|
||||
/* List of URLs to fetch.*/
|
||||
static const char * const urls[]= {
|
||||
static const char * const urls[] = {
|
||||
"https://www.example.com/",
|
||||
"https://www2.example.com/",
|
||||
"https://www3.example.com/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue