From b7d0d7ce39b2a016bcac617147770b54ae265afc Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Wed, 20 Feb 2013 13:05:50 -0800 Subject: [PATCH] remove whitespace --- src/plugins/sched/backfill/backfill.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/sched/backfill/backfill.c b/src/plugins/sched/backfill/backfill.c index cda6652450b..22d21c8b4e8 100644 --- a/src/plugins/sched/backfill/backfill.c +++ b/src/plugins/sched/backfill/backfill.c @@ -809,7 +809,7 @@ static int _attempt_backfill(void) now = time(NULL); if (j != SLURM_SUCCESS) { job_ptr->time_limit = orig_time_limit; - job_ptr->start_time = 0; + job_ptr->start_time = 0; continue; /* not runable */ } @@ -839,12 +839,12 @@ static int _attempt_backfill(void) } if (rc == ESLURM_ACCOUNTING_POLICY) { /* Unknown future start time, just skip job */ - job_ptr->start_time = 0; + job_ptr->start_time = 0; continue; } else if (rc != SLURM_SUCCESS) { /* Planned to start job, but something bad * happended. */ - job_ptr->start_time = 0; + job_ptr->start_time = 0; break; } else { /* Started this job, move to next one */ -- GitLab