Reindent
Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user