From f984dcf6dd3549b50e0ec40872b9485ac3d11f0e Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 8 Mar 2010 09:05:03 +0000 Subject: Reindent Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/gopher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/gopher.c') diff --git a/libavformat/gopher.c b/libavformat/gopher.c index abb1748bad..abef1b018e 100644 --- a/libavformat/gopher.c +++ b/libavformat/gopher.c @@ -90,7 +90,7 @@ static int gopher_open(URLContext *h, const char *uri, int flags) /* needed in any case to build the host string */ ff_url_split(NULL, 0, auth, sizeof(auth), hostname, sizeof(hostname), &port, - path, sizeof(path), uri); + path, sizeof(path), uri); if (port < 0) port = 70; -- cgit v1.2.3