Skip to content
Snippets Groups Projects
Commit b7d0d7ce authored by Danny Auble's avatar Danny Auble
Browse files

remove whitespace

parent 87792856
No related branches found
No related tags found
No related merge requests found
...@@ -809,7 +809,7 @@ static int _attempt_backfill(void) ...@@ -809,7 +809,7 @@ static int _attempt_backfill(void)
now = time(NULL); now = time(NULL);
if (j != SLURM_SUCCESS) { if (j != SLURM_SUCCESS) {
job_ptr->time_limit = orig_time_limit; job_ptr->time_limit = orig_time_limit;
job_ptr->start_time = 0; job_ptr->start_time = 0;
continue; /* not runable */ continue; /* not runable */
} }
...@@ -839,12 +839,12 @@ static int _attempt_backfill(void) ...@@ -839,12 +839,12 @@ static int _attempt_backfill(void)
} }
if (rc == ESLURM_ACCOUNTING_POLICY) { if (rc == ESLURM_ACCOUNTING_POLICY) {
/* Unknown future start time, just skip job */ /* Unknown future start time, just skip job */
job_ptr->start_time = 0; job_ptr->start_time = 0;
continue; continue;
} else if (rc != SLURM_SUCCESS) { } else if (rc != SLURM_SUCCESS) {
/* Planned to start job, but something bad /* Planned to start job, but something bad
* happended. */ * happended. */
job_ptr->start_time = 0; job_ptr->start_time = 0;
break; break;
} else { } else {
/* Started this job, move to next one */ /* Started this job, move to next one */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment