Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spurious blank line.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 3 May 2022 19:56:07 +0000 (21:56 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 3 May 2022 19:56:07 +0000 (21:56 +0200)
src/xbt/xbt_replay.cpp

index e44bf28..4c10514 100644 (file)
@@ -53,7 +53,6 @@ bool ReplayReader::get(ReplayAction* action)
 
 static ReplayAction* get_action(const char* name)
 {
-
   if (auto queue_elt = action_queues.find(std::string(name)); queue_elt != action_queues.end()) {
     if (auto& my_queue = queue_elt->second; not my_queue.empty()) {
       // Get something from my queue and return it