Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove single movement code
[simgrid.git] / src / simix / popping.cpp
index 93544f8a9340d3ecb2e83fc6b6f6f5b6ad00c01b..74bf611581199b4037bc9876ce1bb39001ba5d40 100644 (file)
@@ -42,7 +42,6 @@ void simgrid::kernel::actor::ActorImpl::simcall_handle(int times_considered)
 const char* SIMIX_simcall_name(const s_smx_simcall& simcall)
 {
   if (simcall.observer_ != nullptr) {
-
     static std::string name;
     name              = boost::core::demangle(typeid(*simcall.observer_).name());
     const char* cname = name.c_str();