Commit a0f68281 authored by ramiro's avatar ramiro

Indent for next commit

Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr]

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10133 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f8ae9410
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment