Reindent
authorMartin Storsjö <martin@martin.st>
Wed, 23 Jun 2010 11:26:43 +0000 (11:26 +0000)
committerMartin Storsjö <martin@martin.st>
Wed, 23 Jun 2010 11:26:43 +0000 (11:26 +0000)
Originally committed as revision 23735 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avio.c

index 5d48ac0..6ea0e9e 100644 (file)
@@ -95,7 +95,7 @@ int register_protocol(URLProtocol *protocol)
 #endif
 
 static int url_alloc_for_protocol (URLContext **puc, struct URLProtocol *up,
-                       const char *filename, int flags)
+                                   const char *filename, int flags)
 {
     URLContext *uc;
     int err;