summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserdec.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-01-27 14:21:26 +0000
committerMans Rullgard <mans@mansr.com>2011-01-28 00:21:46 +0000
commitb5ec6383432c907bed175f20e39af1a99dc75cfb (patch)
treef0ceb676ffaec2f3399846835cbd8bb856387087 /libavcodec/nellymoserdec.c
parent9d06d7bce3babb82ed650c13ed13a57f6f626a71 (diff)
cosmetics: indentation and spacing
Diffstat (limited to 'libavcodec/nellymoserdec.c')
-rw-r--r--libavcodec/nellymoserdec.c2
1 files changed, 1 insertions, 1 deletions
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])