diff --git a/vendor/curl/curl_options.odin b/vendor/curl/curl_options.odin index 8425a53ee..4d231bae5 100644 --- a/vendor/curl/curl_options.odin +++ b/vendor/curl/curl_options.odin @@ -17,13 +17,14 @@ easytype :: enum c.int { easyoptionflags :: distinct bit_set[easyoptionflag; c.uint] easyoptionflag :: enum c.uint { - /* "alias" means it is provided for old programs to remain functional, - we prefer another name */ + /* "alias" means it is provided for old programs to remain functional, we prefer another name */ ALIAS = 0, } -/* The CURLOPTTYPE_* id ranges can still be used to figure out what type/size - to use for curl_easy_setopt() for the given id */ +/* + The CURLOPTTYPE_* id ranges can still be used to figure out what type/size + to use for curl_easy_setopt() for the given id + */ easyoption :: struct { name: cstring, id: option,