diff utils.c @ 5776:d34f985d6e8f libavformat

Reindent
author mstorsjo
date Mon, 08 Mar 2010 09:05:03 +0000
parents 7a123cc24a81
children 2e42bb81d80b
line wrap: on
line diff
--- a/utils.c	Mon Mar 08 09:03:25 2010 +0000
+++ b/utils.c	Mon Mar 08 09:05:03 2010 +0000
@@ -3366,11 +3366,11 @@
 }
 
 void ff_url_split(char *proto, int proto_size,
-               char *authorization, int authorization_size,
-               char *hostname, int hostname_size,
-               int *port_ptr,
-               char *path, int path_size,
-               const char *url)
+                  char *authorization, int authorization_size,
+                  char *hostname, int hostname_size,
+                  int *port_ptr,
+                  char *path, int path_size,
+                  const char *url)
 {
     const char *p, *ls, *at, *col, *brk;