From b3a9e50c10bde80040e4c6aae249faad35b93e3d Mon Sep 17 00:00:00 2001
From: Aurelien Jacobs <aurel@gnuage.org>
Date: Mon, 2 Feb 2009 22:17:26 +0000
Subject: [PATCH] cosmetics: indentation

Originally committed as revision 16957 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/mp3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index f81c24872c7..21e1fd9e5bc 100644
--- a/libavformat/mp3.c
+++ b/libavformat/mp3.c
@@ -173,7 +173,7 @@ static void id3v2_read_ttag(AVFormatContext *s, int taglen, const char *key)
     int len, dstlen = sizeof(dst) - 1;
     unsigned genre;
 
-        dst[0]= 0;
+    dst[0]= 0;
     if(taglen < 1)
         return;
 
-- 
GitLab