From 65760304bc6b47febaabd5155e905437034e1c86 Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Sat, 13 Feb 2010 19:59:53 +0000 Subject: [PATCH] Reindent a line. Originally committed as revision 21810 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/alsdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index a92c1ec..c00c57a 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 { -- 2.7.4