Commit bbfb80f3 authored by Benoit Fouet's avatar Benoit Fouet

Whitespace cosmetics to align return statements.

Originally committed as revision 16826 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 16f753f4
......@@ -592,7 +592,7 @@ static int flac_probe(AVProbeData *p)
bufptr += ff_id3v2_tag_len(bufptr);
if(bufptr > end-4 || memcmp(bufptr, "fLaC", 4)) return 0;
else return AVPROBE_SCORE_MAX / 2;
else return AVPROBE_SCORE_MAX/2;
}
#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