changeset 9116:cd1e39c1fa42 libavcodec

cosmetics: indentation after last commit
author jbr
date Tue, 03 Mar 2009 23:50:21 +0000
parents 1b68b8e9b4c9
children cfe1aeeb86ed
files flacdec.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/flacdec.c	Tue Mar 03 23:49:36 2009 +0000
+++ b/flacdec.c	Tue Mar 03 23:50:21 2009 +0000
@@ -248,8 +248,8 @@
                 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: