minor indent change
authorDaniel Stenberg <daniel@haxx.se>
Fri, 10 Sep 2004 21:46:58 +0000 (21:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Sep 2004 21:46:58 +0000 (21:46 +0000)
include/curl/curl.h

index 1407e88..4da5f1a 100644 (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 */