minor code indent fixes

This commit is contained in:
Daniel Stenberg 2008-08-28 07:41:15 +00:00
parent 099b62f124
commit 19d0a7495e

View File

@ -959,7 +959,8 @@ CURLcode Curl_convert_from_network(struct SessionHandle *data,
rc, curl_easy_strerror(rc)); rc, curl_easy_strerror(rc));
} }
return(rc); return(rc);
} else { }
else {
#ifdef HAVE_ICONV #ifdef HAVE_ICONV
/* do the translation ourselves */ /* do the translation ourselves */
char *input_ptr, *output_ptr; char *input_ptr, *output_ptr;