diff --git a/paddle/fluid/framework/operator.cc b/paddle/fluid/framework/operator.cc index 1f82a577698729f03b1dcc7f6de6361510204f4f..013b2e536d0ec298432b49a0a544f0e050808063 100644 --- a/paddle/fluid/framework/operator.cc +++ b/paddle/fluid/framework/operator.cc @@ -160,7 +160,7 @@ void OperatorBase::Run(const Scope& scope, const platform::Place& place) { platform::DeviceContextPool& pool = platform::DeviceContextPool::Instance(); platform::RecordEvent record_event(Type(), pool.Get(place)); RunImpl(scope, place); - } else { + } else { RunImpl(scope, place); } VLOG(30) << place << " " << DebugStringEx(&scope);