From b5ec6383432c907bed175f20e39af1a99dc75cfb Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 27 Jan 2011 14:21:26 +0000 Subject: cosmetics: indentation and spacing --- libavcodec/nellymoserdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/nellymoserdec.c') diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c index e70d0622da..8b13a5d894 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -135,7 +135,7 @@ static av_cold int decode_init(AVCodecContext * avctx) { dsputil_init(&s->dsp, avctx); - s->scale_bias = 1.0/(1*8); + s->scale_bias = 1.0/(1*8); /* Generate overlap window */ if (!ff_sine_128[127]) -- cgit v1.2.3