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:
Diffstat (limited to 'moses/ChartTranslationOptionList.cpp')
-rw-r--r--moses/ChartTranslationOptionList.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/ChartTranslationOptionList.cpp b/moses/ChartTranslationOptionList.cpp
index 8af2b124d..1d5c261bc 100644
--- a/moses/ChartTranslationOptionList.cpp
+++ b/moses/ChartTranslationOptionList.cpp
@@ -115,11 +115,11 @@ void ChartTranslationOptionList::Add(const TargetPhraseCollection &tpc,
}
}
-void
+void
ChartTranslationOptionList::
-AddPhraseOOV(TargetPhrase &phrase,
- std::list<TargetPhraseCollection::shared_ptr > &waste_memory,
- const WordsRange &range)
+AddPhraseOOV(TargetPhrase &phrase,
+ std::list<TargetPhraseCollection::shared_ptr > &waste_memory,
+ const WordsRange &range)
{
TargetPhraseCollection::shared_ptr tpc(new TargetPhraseCollection);
tpc->Add(&phrase);