diff avformat.h @ 5776:d34f985d6e8f libavformat

Reindent
author mstorsjo
date Mon, 08 Mar 2010 09:05:03 +0000
parents 7a123cc24a81
children afceb57d364c
line wrap: on
line diff
--- a/avformat.h	Mon Mar 08 09:03:25 2010 +0000
+++ b/avformat.h	Mon Mar 08 09:05:03 2010 +0000
@@ -1344,11 +1344,11 @@
 attribute_deprecated int resolve_host(struct in_addr *sin_addr, const char *hostname);
 
 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);
 
 /**
  * Assembles a URL string from components. This is the reverse operation