Mercurial > minori
diff src/core/http.cc @ 393:963047512d34
*: clang-format
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 07:16:15 -0500 |
| parents | 2d3e10319112 |
| children | 8ed3b5e8f205 |
line wrap: on
line diff
--- a/src/core/http.cc Fri Nov 07 07:10:32 2025 -0500 +++ b/src/core/http.cc Fri Nov 07 07:16:15 2025 -0500 @@ -65,7 +65,8 @@ return base; } -static void SetCurlOpts(CURL *curl, const std::string &url, const std::vector<std::string> &headers, const std::string &data, Type type) +static void SetCurlOpts(CURL *curl, const std::string &url, const std::vector<std::string> &headers, + const std::string &data, Type type) { struct curl_slist *list;
