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:
authorHieu Hoang <hieu@hoang.co.uk>2013-08-16 00:14:04 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-16 00:14:04 +0400
commit9f92642e59ee09cfe4b1369e07646f282d29b03e (patch)
tree1902b11f6347024ad79f53345e33a5db770752d3 /moses-cmd
parent49e36cebc26808e8ca91e8427014babe47dfa123 (diff)
beautify
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/IOWrapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses-cmd/IOWrapper.cpp b/moses-cmd/IOWrapper.cpp
index b2be685c0..8829af3d6 100644
--- a/moses-cmd/IOWrapper.cpp
+++ b/moses-cmd/IOWrapper.cpp
@@ -379,9 +379,9 @@ void IOWrapper::OutputBestHypo(const Hypothesis *hypo, long /*translationId*/, c
Backtrack(hypo);
VERBOSE(3,"0" << std::endl);
if (!m_surpressSingleBestOutput) {
- if (StaticData::Instance().GetOutputHypoScore()) {
- cout << hypo->GetTotalScore() << " ";
- }
+ if (StaticData::Instance().GetOutputHypoScore()) {
+ cout << hypo->GetTotalScore() << " ";
+ }
if (StaticData::Instance().IsPathRecoveryEnabled()) {
OutputInput(cout, hypo);