diff cscd.c @ 12479:ca1896830b44 libavcodec

Fix indentation.
author reimar
date Thu, 09 Sep 2010 20:23:41 +0000
parents 8a4984c5cacc
children 8cafb4db28cb
line wrap: on
line diff
--- a/cscd.c	Thu Sep 09 19:21:16 2010 +0000
+++ b/cscd.c	Thu Sep 09 20:23:41 2010 +0000
@@ -224,7 +224,7 @@
             av_log(avctx, AV_LOG_ERROR,
                    "CamStudio codec error: invalid depth %i bpp\n",
                    avctx->bits_per_coded_sample);
-             return 1;
+            return 1;
     }
     c->bpp = avctx->bits_per_coded_sample;
     c->pic.data[0] = NULL;