diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2010-02-13 19:59:53 +0000 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2010-02-13 19:59:53 +0000 |
commit | 65760304bc6b47febaabd5155e905437034e1c86 (patch) | |
tree | 1a59449e55ec87947f2f27475b85591f3fae057b /libavcodec/alsdec.c | |
parent | e2b28acf8904d9adf660c972dc57cded9f0ec373 (diff) | |
download | ffmpeg-65760304bc6b47febaabd5155e905437034e1c86.tar.gz |
Reindent a line.
Originally committed as revision 21810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alsdec.c')
-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 a92c1ec8a2..c00c57afa0 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -794,7 +794,7 @@ static int read_var_block_data(ALSDecContext *ctx, ALSBlockData *bd) } } - *current_res++ = res; + *current_res++ = res; } } } else { |