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 <hieu@hoang.co.uk>2013-09-27 12:35:24 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-09-27 12:35:24 +0400
commit31ce9b510e9a06e998ddddfbe92f0192cf7656b8 (patch)
tree3bfd084ffb9eb72abe1a560cee0be3b5dc0ace7b /moses/InputPath.h
parent13e1adf0002c00b84ff9735d5afddb7e0b73530e (diff)
beautify
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index d7993e08c..f05f1ffcb 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -81,10 +81,9 @@ public:
return m_inputScore;
}
- std::vector<const Word*> &AddRuleSourceFromInputPath() const
- {
- m_ruleSourceFromInputPath.push_back(std::vector<const Word*>());
- return m_ruleSourceFromInputPath.back();
+ std::vector<const Word*> &AddRuleSourceFromInputPath() const {
+ m_ruleSourceFromInputPath.push_back(std::vector<const Word*>());
+ return m_ruleSourceFromInputPath.back();
}
};