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

Ronald S. Bultje rsbultje
Fri Jan 21 00:45:47 CET 2011


Hi,

2011/1/20 M?ns Rullg?rd <mans at mansr.com>:
> 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.

Let's leave that to the opinion of whoever commits the patch. If you
want to do reindents separately, that's OK, if not, that's OK also.

Ronald



More information about the ffmpeg-devel mailing list