From a0d5f3d39a41ec159afded6b16bbeb9fc3e60935 Mon Sep 17 00:00:00 2001
From: Jai Menon <jmenon86@gmail.com>
Date: Mon, 29 Mar 2010 12:53:35 +0000
Subject: [PATCH] Cosmetics : add a space after ",".

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

diff --git a/libavcodec/tta.c b/libavcodec/tta.c
index 61ac28777c7..77f9978c090 100644
--- a/libavcodec/tta.c
+++ b/libavcodec/tta.c
@@ -303,7 +303,7 @@ static int tta_decode_frame(AVCodecContext *avctx,
         int32_t *p;
 
         if (*data_size < (framelen * s->channels * 2)) {
-            av_log(avctx, AV_LOG_ERROR,"Output buffer size is too small.\n");
+            av_log(avctx, AV_LOG_ERROR, "Output buffer size is too small.\n");
             return -1;
         }
         // FIXME: seeking
-- 
GitLab