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-01-15 19:42:02 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-01-15 19:42:02 +0400
commitbd83999264407dd7970736ee3e70a6b39fb19014 (patch)
tree1a0a0d9bab2b8caf853c301187beb637b0a1af61 /moses/InputPath.h
parenta098550f33dd1eead0e72a98a4822ce924841550 (diff)
beautify
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index 1473cedd1..33857b5d2 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -87,8 +87,9 @@ public:
, const TargetPhraseCollection *targetPhrases
, const void *ptNode);
const TargetPhraseCollection *GetTargetPhrases(const PhraseDictionary &phraseDictionary) const;
- const TargetPhrases &GetTargetPhrases() const
- { return m_targetPhrases; }
+ const TargetPhrases &GetTargetPhrases() const {
+ return m_targetPhrases;
+ }
// pointer to internal node in phrase-table. Since this is implementation dependent, this is a void*
const void *GetPtNode(const PhraseDictionary &phraseDictionary) const;