[FFmpeg-devel] [PATCH 3/3] cosmetics: indent

Måns Rullgård mans
Thu Jan 20 23:12:26 CET 2011


Justin Ruggles <justin.ruggles at gmail.com> writes:

> ---
>  libavcodec/iirfilter.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> diff --git a/libavcodec/iirfilter.c b/libavcodec/iirfilter.c
> index 570f4c4..6133a54 100644
> --- a/libavcodec/iirfilter.c
> +++ b/libavcodec/iirfilter.c
> @@ -192,7 +192,7 @@ av_cold struct FFIIRFilterCoeffs* ff_iir_filter_init_coeffs(void *avc,
>      }
>  
>      if (!ret)
> -    return c;
> +        return c;

OK, and I'd even say this can be folded into the previous patch.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list