From 743a63b6d3fdabcc3be3f79cc34edf344b30d6b7 Mon Sep 17 00:00:00 2001 From: MosesAdmin Date: Sun, 5 Mar 2017 00:00:41 +0000 Subject: [PATCH] daily automatic beautifier --- moses-cmd/MainVW.cpp | 2 +- moses/TrainingTask.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moses-cmd/MainVW.cpp b/moses-cmd/MainVW.cpp index 0e611b139..694dcee8a 100644 --- a/moses-cmd/MainVW.cpp +++ b/moses-cmd/MainVW.cpp @@ -72,7 +72,7 @@ int main(int argc, char const** argv) { //setting in the Staticdata a link between the thread id of this process and a NULL tasksptr // StaticData::InstanceNonConst().SetTask(); // => moved into StaticData constructor - + try { #ifdef HAVE_PROTOBUF 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 create(boost::shared_ptr const& source, boost::shared_ptr const& ioWrapper, - boost::shared_ptr const& scope) { + boost::shared_ptr const& scope) { boost::shared_ptr ret(new TrainingTask(source, ioWrapper)); ret->m_self = ret; ret->m_scope = scope;