From f984dcf6dd3549b50e0ec40872b9485ac3d11f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 8 Mar 2010 09:05:03 +0000 Subject: Reindent Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/http.c') diff --git a/libavformat/http.c b/libavformat/http.c index 5861794092..feeba5f6ec 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -70,12 +70,12 @@ static int http_open_cnx(URLContext *h) redo: /* needed in any case to build the host string */ ff_url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port, - path1, sizeof(path1), s->location); + path1, sizeof(path1), s->location); ff_url_join(hoststr, sizeof(hoststr), NULL, NULL, hostname, port, NULL); if (use_proxy) { ff_url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port, - NULL, 0, proxy_path); + NULL, 0, proxy_path); path = s->location; } else { if (path1[0] == '\0') -- cgit v1.2.3