From 184bc53db4fded8857af09cee2adc7197940deb7 Mon Sep 17 00:00:00 2001
From: Justin Ruggles <justin.ruggles@gmail.com>
Date: Tue, 3 Mar 2009 23:50:21 +0000
Subject: [PATCH] cosmetics: indentation after last commit

Originally committed as revision 17791 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/flacdec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index eaccfa52d44..07878330a2b 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -248,8 +248,8 @@ static int metadata_parse(FLACContext *s)
                 switch (metadata_type) {
                 case FLAC_METADATA_TYPE_STREAMINFO:
                     if (!s->got_streaminfo) {
-                    ff_flac_parse_streaminfo(s->avctx, (FLACStreaminfo *)s,
-                                             s->gb.buffer+get_bits_count(&s->gb)/8);
+                        ff_flac_parse_streaminfo(s->avctx, (FLACStreaminfo *)s,
+                                                 s->gb.buffer+get_bits_count(&s->gb)/8);
                         s->got_streaminfo = 1;
                     }
                 default:
-- 
GitLab