Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[codefactor] Blank line is redundant.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 19 Oct 2020 11:40:36 +0000 (13:40 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 19 Oct 2020 11:40:36 +0000 (13:40 +0200)
src/surf/network_ns3.cpp

index f82de06..c6ebfc3 100644 (file)
@@ -460,7 +460,6 @@ void LinkNS3::set_latency_profile(profile::Profile*)
 NetworkNS3Action::NetworkNS3Action(Model* model, double totalBytes, s4u::Host* src, s4u::Host* dst)
     : NetworkAction(model, *src, *dst, totalBytes, false)
 {
-
   // ns-3 fails when src = dst, so avoid the problem by considering that communications are infinitely fast on the
   // loopback that does not exists
   if (src == dst) {