Commit 1d4b1bf2 authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Prettyprint one more line to have columns line up.

Originally committed as revision 19158 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 477ffff2
......@@ -33,7 +33,7 @@ int ff_id3v2_match(const uint8_t *buf)
(buf[6] & 0x80) == 0 &&
(buf[7] & 0x80) == 0 &&
(buf[8] & 0x80) == 0 &&
(buf[9] & 0x80) == 0;
(buf[9] & 0x80) == 0;
}
int ff_id3v2_tag_len(const uint8_t * buf)
......
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