From 65cf62dcf01e2ac1d77a26df73770af68c3babee Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 23 Jul 2025 09:24:51 +0200 Subject: [PATCH] fix whitespace --- include/curl/multi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/curl/multi.h b/include/curl/multi.h index ab4e8cd81a..5c59996a07 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -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