mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
minor indent change
This commit is contained in:
parent
23d64e720d
commit
1faa9d6fd5
@ -941,8 +941,8 @@ typedef enum {
|
|||||||
|
|
||||||
/* structure to be used as parameter for CURLFORM_ARRAY */
|
/* structure to be used as parameter for CURLFORM_ARRAY */
|
||||||
struct curl_forms {
|
struct curl_forms {
|
||||||
CURLformoption option;
|
CURLformoption option;
|
||||||
const char *value;
|
const char *value;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* use this for multipart formpost building */
|
/* use this for multipart formpost building */
|
||||||
|
Loading…
Reference in New Issue
Block a user