[FFmpeg-cvslog] r23735 - trunk/libavformat/avio.c
mstorsjo
subversion
Wed Jun 23 13:26:43 CEST 2010
Author: mstorsjo
Date: Wed Jun 23 13:26:43 2010
New Revision: 23735
Log:
Reindent
Modified:
trunk/libavformat/avio.c
Modified: trunk/libavformat/avio.c
==============================================================================
--- trunk/libavformat/avio.c Wed Jun 23 13:26:33 2010 (r23734)
+++ trunk/libavformat/avio.c Wed Jun 23 13:26:43 2010 (r23735)
@@ -95,7 +95,7 @@ int register_protocol(URLProtocol *proto
#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;
More information about the ffmpeg-cvslog
mailing list