Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 3 Nov 2022 13:39:48 +0000 (14:39 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 7 Nov 2022 21:29:31 +0000 (22:29 +0100)
src/simix/libsmx.cpp
teshsuite/s4u/io-stream/io-stream.cpp

index 895bbad..2f35978 100644 (file)
@@ -205,7 +205,6 @@ void simcall_run_object_access(std::function<void()> const& code, simgrid::kerne
       || MC_is_active() || MC_record_replay_is_active()
 #endif
   ) {
-
     simgrid::kernel::actor::ObjectAccessSimcallObserver observer{self, item};
     simcall(simgrid::kernel::actor::Simcall::Type::RUN_ANSWERED, code, &observer);
     item->take_ownership();
@@ -216,4 +215,4 @@ void simcall_run_object_access(std::function<void()> const& code, simgrid::kerne
     self->simcall_.observer_ = nullptr;
     self->simcall_handle(0);
   }
-}
\ No newline at end of file
+}
index 98bc2b5..96154a2 100644 (file)
@@ -81,7 +81,6 @@ static void streamer(size_t size)
   clock = sg4::Engine::get_clock();
   sg4::Io::streamto(bob, bob_disk, bob, bob_disk, size);
   XBT_INFO("    Total : %.6f seconds", sg4::Engine::get_clock() - clock);
-
 }
 
 static void background_send() {