Commit 880cf0be authored by Yang Tse's avatar Yang Tse
Browse files

url.c: make line shorter than 80 chars

parent bff78cc1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4664,7 +4664,8 @@ static void reuse_conn(struct connectdata *old_conn,
    conn->host=old_conn->host;
  }
  else
    Curl_safefree(old_conn->host.rawalloc); /* free the newly allocated name buffer */
    /* free the newly allocated name buffer */
    Curl_safefree(old_conn->host.rawalloc);

  /* persist connection info in session handle */
  Curl_persistconninfo(conn);