From 880cf0bedc7bae7a937bae7fc54bb7b7d8048d3a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 13 Oct 2011 01:52:56 +0200 Subject: url.c: make line shorter than 80 chars --- lib/url.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/url.c b/lib/url.c index 5b00ca750..e9451b67f 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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); -- cgit v1.2.3