From 02174293c6011253cb5025bb4ab0f24510cb46b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 23 Jun 2010 11:26:43 +0000 Subject: [PATCH] Reindent Originally committed as revision 23735 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;