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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-05-19 17:35:08 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-05-19 17:35:08 +0400
commit20b3e8929e93c40e0f1ec61b9268330fe59607f9 (patch)
treeae6102023df2adfd6bfb287cbc6d89caad5afeac /OnDiskPt
parent2f3cd5e2fe54f0352eee4657ea91e0039073a95a (diff)
beautify
Diffstat (limited to 'OnDiskPt')
-rw-r--r--OnDiskPt/Main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/OnDiskPt/Main.cpp b/OnDiskPt/Main.cpp
index f2d75ed05..063caddb3 100644
--- a/OnDiskPt/Main.cpp
+++ b/OnDiskPt/Main.cpp
@@ -221,7 +221,7 @@ OnDiskPt::WordPtr Tokenize(OnDiskPt::Phrase &phrase
phrase.AddWord(word);
if (retSourceTarget == 1) {
- out = word;
+ out = word;
}
}
@@ -232,7 +232,7 @@ OnDiskPt::WordPtr Tokenize(OnDiskPt::Phrase &phrase
phrase.AddWord(word);
if (retSourceTarget == 2) {
- out = word;
+ out = word;
}
}