# HG changeset patch # User benoit # Date 1254399714 0 # Node ID fc22144efcafe3742827c077aee8a4343383d709 # Parent e9435ad2d61eec17764293d8db15ae5b625bf702 Fix indentation after last commit. diff -r e9435ad2d61e -r fc22144efcaf targaenc.c --- a/targaenc.c Thu Oct 01 12:20:08 2009 +0000 +++ b/targaenc.c Thu Oct 01 12:21:54 2009 +0000 @@ -121,7 +121,7 @@ /* try RLE compression */ if (avctx->coder_type != FF_CODER_TYPE_RAW) - datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height); + datasize = targa_encode_rle(out, picsize, p, bpp, avctx->width, avctx->height); /* if that worked well, mark the picture as RLE compressed */ if(datasize >= 0)