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:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-30 08:05:11 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-30 08:05:11 +0300
commiteca582410006443d0b101a9ae188e302f34f8a03 (patch)
tree35212762fbe666330205e2a9ef09d16a918d077c /moses/BaseManager.h
parent85acdc62b1548863a6db18bebb538406cfcfa038 (diff)
Remove trailing whitespace in C++ files.
Diffstat (limited to 'moses/BaseManager.h')
-rw-r--r--moses/BaseManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/BaseManager.h b/moses/BaseManager.h
index 4e403238a..d7a25e7fd 100644
--- a/moses/BaseManager.h
+++ b/moses/BaseManager.h
@@ -17,10 +17,10 @@ class BaseManager
protected:
// const InputType &m_source; /**< source sentence to be translated */
ttaskwptr m_ttask;
- InputType const& m_source;
+ InputType const& m_source;
+
+ BaseManager(ttasksptr const& ttask);
- BaseManager(ttasksptr const& ttask);
-
// output
typedef std::vector<std::pair<Moses::Word, Moses::WordsRange> > ApplicationContext;
typedef std::set< std::pair<size_t, size_t> > Alignments;