From 34365443fd8afd7a5bc36414d6918cd2bc09dc89 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sun, 19 Apr 2009 20:41:26 +0000
Subject: [PATCH] Indent

Originally committed as revision 18627 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/pcm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c
index beb831b121e..95e33fd6074 100644
--- a/libavcodec/pcm.c
+++ b/libavcodec/pcm.c
@@ -362,8 +362,8 @@ static int pcm_decode_frame(AVCodecContext *avctx,
 
     if(n && buf_size % n){
         if (buf_size < n) {
-        av_log(avctx, AV_LOG_ERROR, "invalid PCM packet\n");
-        return -1;
+            av_log(avctx, AV_LOG_ERROR, "invalid PCM packet\n");
+            return -1;
         }else
             buf_size -= buf_size % n;
     }
-- 
GitLab