aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-10 21:46:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-10 21:46:58 +0000
commit1faa9d6fd5a1d18f7181402959054f548389d91f (patch)
tree9ca57beaa3e059e3bb667c59ce5fbd614e0f6611 /include
parent23d64e720d12944966a0739b32402dc77cd9982e (diff)
minor indent change
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 1407e889d..4da5f1aa1 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -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 */