summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2009-02-02 22:17:26 +0000
committerAurelien Jacobs <aurel@gnuage.org>2009-02-02 22:17:26 +0000
commitb3a9e50c10bde80040e4c6aae249faad35b93e3d (patch)
tree3f2043b5da2f10edaa41cb14e447c62e0629494a
parent3b1c4a06f684563ee06eafb83635473fa88c8bbe (diff)
cosmetics: indentation
Originally committed as revision 16957 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/mp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index f81c24872c..21e1fd9e5b 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;