From de79849eace7b16a6e92c6820d3146ff06997017 Mon Sep 17 00:00:00 2001 From: Vincent Fourmond Date: Fri, 17 Aug 2007 15:12:30 +0000 Subject: Indent for next commit Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr] Originally committed as revision 10133 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/file.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavformat/file.c') diff --git a/libavformat/file.c b/libavformat/file.c index c03db02dcc..48e7803ba1 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -91,11 +91,11 @@ static int pipe_open(URLContext *h, const char *filename, int flags) { int fd; - if (flags & URL_WRONLY) { - fd = 1; - } else { - fd = 0; - } + if (flags & URL_WRONLY) { + fd = 1; + } else { + fd = 0; + } #ifdef O_BINARY setmode(fd, O_BINARY); #endif -- cgit v1.2.3