Commit f03424a7 authored by Martin Storsjö's avatar Martin Storsjö

Reindent

Originally committed as revision 26205 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 004357a1
...@@ -255,8 +255,8 @@ int opt_default(const char *opt, const char *arg){ ...@@ -255,8 +255,8 @@ int opt_default(const char *opt, const char *arg){
} }
} }
if(!p && !oformat){ if(!p && !oformat){
fprintf(stderr, "Unrecognized option '%s'\n", opt); fprintf(stderr, "Unrecognized option '%s'\n", opt);
exit(1); exit(1);
} }
} }
......
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