]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/app-masterworkers/s4u-app-masterworkers-class.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Declare functions "const" in examples/ and teshsuite/.
[simgrid.git] / examples / s4u / app-masterworkers / s4u-app-masterworkers-class.cpp
index cf43661142602c7bcab65e3fae27f621d55146bb..d37a880166e43a0e6ab0a68144ef266c89bbaae8 100644 (file)
@@ -73,7 +73,6 @@ public:
 
       if (compute_cost > 0) /* If compute_cost is valid, execute a computation of that cost */
         simgrid::s4u::this_actor::execute(compute_cost);
-
     } while (compute_cost > 0); /* Stop when receiving an invalid compute_cost */
 
     XBT_INFO("Exiting now.");