diff gopher.c @ 5776:d34f985d6e8f libavformat

Reindent
author mstorsjo
date Mon, 08 Mar 2010 09:05:03 +0000
parents 7a123cc24a81
children d605f589f0be
line wrap: on
line diff
--- a/gopher.c	Mon Mar 08 09:03:25 2010 +0000
+++ b/gopher.c	Mon Mar 08 09:05:03 2010 +0000
@@ -90,7 +90,7 @@
 
     /* 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;