[PATCH 5/6] Cosmetics: indent

Tomas Härdin tomas.hardin
Thu Mar 3 16:41:11 CET 2011


---
 libavformat/wav.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/wav.c b/libavformat/wav.c
index 7c6d001..6ea1611 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -281,13 +281,13 @@ static int wav_read_header(AVFormatContext *s,
              * know where the data tag ends
              */
             if (pb->is_streamed || (!rf64 && !size))
-            goto break_loop;
+                goto break_loop;
 
             data_ofs = url_ftell(pb);
             break;
         case MKTAG('f','a','c','t'):
             if(!sample_count)
-            sample_count = avio_rl32(pb);
+                sample_count = avio_rl32(pb);
             break;
         }
         avio_seek(pb, next_tag_ofs, SEEK_SET);
-- 
1.7.1


--------------020608010809070206010801--



More information about the ffmpeg-devel mailing list