Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2015-10-27 03:00:59 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-27 03:00:59 +0300
commitec8dbdb94a46e70969490ecc6c4e22fb3a7f9802 (patch)
tree4b170ba9cabf06c121c7def814bbd2dfcf10e57c /moses/Hypothesis.cpp
parentca71a28d61a105681abfd90c0a0ab4eaa497bcb4 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Hypothesis.cpp')
-rw-r--r--moses/Hypothesis.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Hypothesis.cpp b/moses/Hypothesis.cpp
index 35f598cfb..c6a248419 100644
--- a/moses/Hypothesis.cpp
+++ b/moses/Hypothesis.cpp
@@ -150,8 +150,8 @@ EvaluateWhenApplied(StatefulFeatureFunction const& sfff, int state_idx)
// Manager& manager = this->GetManager(); //Get the manager and the ttask
// ttasksptr const& ttask = manager.GetTtask();
FFState const* prev = m_prevHypo ? m_prevHypo->m_ffStates[state_idx] : NULL;
- m_ffStates[state_idx]
- = sfff.EvaluateWhenApplied(*this, prev, &m_currScoreBreakdown);
+ m_ffStates[state_idx]
+ = sfff.EvaluateWhenApplied(*this, prev, &m_currScoreBreakdown);
}
}