Commit 19d0a749 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

minor code indent fixes

parent 099b62f1
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -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;