Skip to content
Snippets Groups Projects
Commit 1e4f29a5 authored by Millian Poquet's avatar Millian Poquet
Browse files

[algo] code cosmetics

parent 0793b7c5
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,7 @@ void EnergyShutdownOverclock::make_decisions(double date,
// Backfill jobs that does not hinder priority job.
if (_nb_available_machines > 0)
{
for (auto job_it = _pending_jobs.begin();
job_it != _pending_jobs.end(); )
for (auto job_it = _pending_jobs.begin(); job_it != _pending_jobs.end(); )
{
const Job * pending_job = *job_it;
// Can the job be executed now ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment