Skip to content

Commit

Permalink
daily automatic beautifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mosesadmin committed Mar 5, 2017
1 parent 08138b4 commit 743a63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moses-cmd/MainVW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion moses/TrainingTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TrainingTask : public Moses::TranslationTask
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;
Expand Down

0 comments on commit 743a63b

Please sign in to comment.