Skip to content

Commit ff44dbb

Browse files
committed
Update curl_aliases.h
1 parent 56f35d7 commit ff44dbb

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

Runtime/Bindings/FFI/curl/curl_aliases.h

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -294,23 +294,23 @@ typedef enum {
294294
// Exported from options.h
295295

296296
typedef enum {
297-
CURLOT_LONG, /* long (a range of values) */
298-
CURLOT_VALUES, /* (a defined set or bitmask) */
299-
CURLOT_OFF_T, /* curl_off_t (a range of values) */
300-
CURLOT_OBJECT, /* pointer (void *) */
301-
CURLOT_STRING, /* (char * to null-terminated buffer) */
302-
CURLOT_SLIST, /* (struct curl_slist *) */
303-
CURLOT_CBPTR, /* (void * passed as-is to a callback) */
304-
CURLOT_BLOB, /* blob (struct curl_blob *) */
297+
CURLOT_LONG, /* long (a range of values) */
298+
CURLOT_VALUES, /* (a defined set or bitmask) */
299+
CURLOT_OFF_T, /* curl_off_t (a range of values) */
300+
CURLOT_OBJECT, /* pointer (void *) */
301+
CURLOT_STRING, /* (char * to null-terminated buffer) */
302+
CURLOT_SLIST, /* (struct curl_slist *) */
303+
CURLOT_CBPTR, /* (void * passed as-is to a callback) */
304+
CURLOT_BLOB, /* blob (struct curl_blob *) */
305305
CURLOT_FUNCTION /* function pointer */
306-
} curl_easytype;
306+
} curl_easytype;
307307

308308
struct curl_easyoption {
309-
const char *name;
309+
const char* name;
310310
CURLoption id;
311311
curl_easytype type;
312312
unsigned int flags;
313-
};
313+
};
314314

315315
// Exported from easy.h
316316
typedef CURLcode curl_ssls_export_cb(CURL* handle,
@@ -325,8 +325,7 @@ typedef CURLcode curl_ssls_export_cb(CURL* handle,
325325
const char* alpn,
326326
size_t earlydata_max);
327327

328-
329-
// Exported from header.h
328+
// Exported from header.h
330329
typedef enum {
331330
CURLHE_OK,
332331
CURLHE_BADINDEX, /* header exists but not with this index */

0 commit comments

Comments
 (0)