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
path: root/moses
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2017-03-05 03:00:41 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2017-03-05 03:00:41 +0300
commit743a63b6d3fdabcc3be3f79cc34edf344b30d6b7 (patch)
tree6829f6b6b5f9366f6499e44986fff8f246062e01 /moses
parent08138b44a7ddcab141530496899e334a5d500110 (diff)
daily automatic beautifier
Diffstat (limited to 'moses')
-rw-r--r--moses/TrainingTask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TrainingTask.h b/moses/TrainingTask.h
index eed6d7d4b..83933691d 100644
--- a/moses/TrainingTask.h
+++ b/moses/TrainingTask.h
@@ -47,7 +47,7 @@ public:
static boost::shared_ptr<TrainingTask>
create(boost::shared_ptr<InputType> const& source,
boost::shared_ptr<IOWrapper> const& ioWrapper,
- boost::shared_ptr<ContextScope> const& scope) {
+ boost::shared_ptr<ContextScope> const& scope) {
boost::shared_ptr<TrainingTask> ret(new TrainingTask(source, ioWrapper));
ret->m_self = ret;
ret->m_scope = scope;