minor indent change

This commit is contained in:
Daniel Stenberg 2004-09-10 21:46:58 +00:00
parent 23d64e720d
commit 1faa9d6fd5
1 changed files with 2 additions and 2 deletions

View File

@ -941,8 +941,8 @@ typedef enum {
/* structure to be used as parameter for CURLFORM_ARRAY */
struct curl_forms {
CURLformoption option;
const char *value;
CURLformoption option;
const char *value;
};
/* use this for multipart formpost building */