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 <hieuhoang@gmail.com>2015-02-19 15:27:23 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-02-19 15:27:23 +0300
commit32de07502217879f0d354ec810c8e669f4d45d3c (patch)
treefafdf8f63d9902e4fd2b45f05902faa5d65df996 /mert/ScoreDataIterator.cpp
parent6d4bad0f78ede5bcf7eaaea1de584f42bce8e91f (diff)
beautify
Diffstat (limited to 'mert/ScoreDataIterator.cpp')
-rw-r--r--mert/ScoreDataIterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/ScoreDataIterator.cpp b/mert/ScoreDataIterator.cpp
index 5a6f6fb69..3ba56c7e6 100644
--- a/mert/ScoreDataIterator.cpp
+++ b/mert/ScoreDataIterator.cpp
@@ -49,7 +49,7 @@ void ScoreDataIterator::readNext()
if (marker != StringPiece(SCORES_TXT_BEGIN)) {
throw FileFormatException(m_in->FileName(), marker.as_string());
}
- // size_t sentenceId =
+ // size_t sentenceId =
m_in->ReadULong();
size_t count = m_in->ReadULong();
size_t length = m_in->ReadULong();