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-12-11 03:00:33 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-11 03:00:33 +0300
commit739165c2b05dd3a423fedc6d14afcbf5ffe302e2 (patch)
treef373342ee1eacbd501e9ad52928c7cb1837c707d /moses/MockHypothesis.cpp
parenta95060579512ef7c27bad7aac28897d54a5e3de9 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/MockHypothesis.cpp')
-rw-r--r--moses/MockHypothesis.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/MockHypothesis.cpp b/moses/MockHypothesis.cpp
index 226e791dc..78c53c667 100644
--- a/moses/MockHypothesis.cpp
+++ b/moses/MockHypothesis.cpp
@@ -64,8 +64,8 @@ MockHypothesisGuard
m_targetPhrases.back().CreateFromString(Input, factors, *ti, NULL);
m_toptions.push_back(new TranslationOption
(range,m_targetPhrases.back()));
- m_hypothesis = new Hypothesis(*prevHypo, *m_toptions.back(), newBitmap,
- m_manager->GetNextHypoId());
+ m_hypothesis = new Hypothesis(*prevHypo, *m_toptions.back(), newBitmap,
+ m_manager->GetNextHypoId());
}