diff options
author | Martin Storsjö <martin@martin.st> | 2010-06-23 11:26:43 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-23 11:26:43 +0000 |
commit | 02174293c6011253cb5025bb4ab0f24510cb46b1 (patch) | |
tree | f7ccec4a589d53945badaa639b03cf109a78538c | |
parent | ed8d57665b24a37fdd2320749062a751239f0301 (diff) | |
download | ffmpeg-02174293c6011253cb5025bb4ab0f24510cb46b1.tar.gz |
Reindent
Originally committed as revision 23735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.c b/libavformat/avio.c index 5d48ac04cc..6ea0e9eced 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -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; |