fix whitespace

This commit is contained in:
Stefan Eissing 2025-07-23 09:24:51 +02:00
parent 923055aed6
commit 65cf62dcf0
No known key found for this signature in database

View file

@ -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