daily automatic beautifier

This commit is contained in:
MosesAdmin 2017-03-05 00:00:41 +00:00
parent 08138b44a7
commit 743a63b6d3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;