From 4af3f6c4d3b154f9961b2f740e6971c8700d56c0 Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Thu, 2 Aug 2012 11:55:36 -0700 Subject: [PATCH] fix indentation Change-Id: Ib00b3cdc21ac336a56390f1e71c169e7fd4767a6 --- src/dsp/lossless.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsp/lossless.c b/src/dsp/lossless.c index 9b446cf9..472e641e 100644 --- a/src/dsp/lossless.c +++ b/src/dsp/lossless.c @@ -328,7 +328,7 @@ static const PredictorFunc kPredictors[16] = { // TODO(vikasa): Replace 256 etc with defines. static float PredictionCostSpatial(const int* counts, - int weight_0, double exp_val) { + int weight_0, double exp_val) { const int significant_symbols = 16; const double exp_decay_factor = 0.6; double bits = weight_0 * counts[0];