From 1faa9d6fd5a1d18f7181402959054f548389d91f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 10 Sep 2004 21:46:58 +0000 Subject: [PATCH] minor indent change --- include/curl/curl.h | 4 ++-- 1 file 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 */