Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge selected changes from branch 'simgrid-Jesse-McDonald-master-patch-09242'
[simgrid.git] / src / kernel / activity / ActivityImpl.cpp
index 86cd48a36c3b1700f5c2259b704889a80a64092f..c75799ab3f79751b4e035010992e3ff8b44f5ddd 100644 (file)
@@ -59,7 +59,7 @@ const char* ActivityImpl::get_state_str() const
 {
   return to_c_str(state_);
 }
-  
+
 bool ActivityImpl::test(actor::ActorImpl* issuer)
 {
   if (state_ != State::WAITING && state_ != State::RUNNING) {