Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / src / mc / VisitedState.cpp
index e482d83..4992e31 100644 (file)
@@ -21,7 +21,7 @@ namespace mc {
 
 /** @brief Save the current state */
 VisitedState::VisitedState(unsigned long state_number) : num(state_number)
-{  
+{
   this->heap_bytes_used = api::get().get_remote_heap_bytes();
   this->actors_count = api::get().get_actors_size();
   this->system_state = std::make_shared<simgrid::mc::Snapshot>(state_number);