diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-11-12 01:45:04 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-11-12 01:45:04 +0000 |
commit | 9349e5582cc246584e645b300c317b8f9ef687e9 (patch) | |
tree | de1674f1d4156c5455cc3afe9ef72abd0b869345 | |
parent | 0bb622ba4dd966f87e0533e35c987c3927374f99 (diff) | |
download | ffmpeg-9349e5582cc246584e645b300c317b8f9ef687e9.tar.gz |
Cosmetics: Re-indent
Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/alsdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index bd9a17f4b1..ebb572dc31 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -671,7 +671,7 @@ static void zero_remaining(unsigned int b, unsigned int b_max, count += div_blocks[b]; if (count) - memset(buf, 0, sizeof(*buf) * count); + memset(buf, 0, sizeof(*buf) * count); } |