mirror of
https://github.com/curl/curl.git
synced 2026-06-07 08:44:17 +03:00
fix whitespace
This commit is contained in:
parent
923055aed6
commit
65cf62dcf0
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ typedef enum {
|
|||
CURLMINFO_NONE, /* first, never use this */
|
||||
/* The number of easy handles currently managed by the multi handle,
|
||||
* e.g. have been added but not yet removed. */
|
||||
CURLMINFO_XFERS_CURRENT = 1,
|
||||
CURLMINFO_XFERS_CURRENT = 1,
|
||||
/* The number of easy handles running, e.g. not done and not queueing. */
|
||||
CURLMINFO_XFERS_RUNNING = 2,
|
||||
/* The number of easy handles waiting to start, e.g. for a connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue