Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spell check.
[simgrid.git] / src / mc / VisitedState.cpp
index e482d83e13e80227e15fa487d5000c4e7ed6449a..3702c9427fe23e13abd9bd90d58a1c1155960ab7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2011-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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);