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-06-08 11:44:59 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-06-08 11:44:59 +0400
commit1fe4eb0528dee1e896716675bae13bd15d6fe1ac (patch)
treea7009dbde77a0fd2fe97a2d9c352d26a32bffcc1 /moses/TranslationOptionCollection.h
parent4d75c889f1e2fe3dd063525bdbbe516a9d71f579 (diff)
beautify
Diffstat (limited to 'moses/TranslationOptionCollection.h')
-rw-r--r--moses/TranslationOptionCollection.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/moses/TranslationOptionCollection.h b/moses/TranslationOptionCollection.h
index 89f27495f..a311cee03 100644
--- a/moses/TranslationOptionCollection.h
+++ b/moses/TranslationOptionCollection.h
@@ -154,8 +154,9 @@ public:
return GetTranslationOptionList(coverage.GetStartPos(), coverage.GetEndPos());
}
- const InputPathList &GetInputPaths() const
- { return m_inputPathQueue; }
+ const InputPathList &GetInputPaths() const {
+ return m_inputPathQueue;
+ }
TO_STRING();