mirror of
https://github.com/curl/curl.git
synced 2025-09-30 16:06:51 +03:00
minor code indent fixes
This commit is contained in:
parent
099b62f124
commit
19d0a7495e
|
@ -959,7 +959,8 @@ CURLcode Curl_convert_from_network(struct SessionHandle *data,
|
|||
rc, curl_easy_strerror(rc));
|
||||
}
|
||||
return(rc);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
#ifdef HAVE_ICONV
|
||||
/* do the translation ourselves */
|
||||
char *input_ptr, *output_ptr;
|
||||
|
|
Loading…
Reference in New Issue
Block a user