@@ -294,23 +294,23 @@ typedef enum {
294294// Exported from options.h
295295
296296typedef 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
308308struct 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
316316typedef 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
330329typedef enum {
331330 CURLHE_OK ,
332331 CURLHE_BADINDEX , /* header exists but not with this index */
0 commit comments