OSDN Git Service

Reindent
authorMartin Storsjö <martin@martin.st>
Mon, 14 Jun 2010 12:35:28 +0000 (12:35 +0000)
committerMartin Storsjö <martin@martin.st>
Mon, 14 Jun 2010 12:35:28 +0000 (12:35 +0000)
Originally committed as revision 23603 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/nellymoserdec.c

index cda8d11..2ada6fd 100644 (file)
@@ -179,8 +179,8 @@ static int decode_tag(AVCodecContext * avctx,
             blocks = 8; break;
         default:
             if (buf_size % 64) {
-            av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
-            return buf_size;
+                av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
+                return buf_size;
             }
             blocks = buf_size / 64;
             break;