From 4439417c08e6a8fea246866e421727e607b43e78 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Wed, 11 Jun 2014 13:12:31 -0700
Subject: [PATCH] Format improvements

No change in logic
---
 src/plugins/sched/backfill/backfill.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/plugins/sched/backfill/backfill.c b/src/plugins/sched/backfill/backfill.c
index 1370e59185d..aae193d2ff0 100644
--- a/src/plugins/sched/backfill/backfill.c
+++ b/src/plugins/sched/backfill/backfill.c
@@ -1116,8 +1116,9 @@ static int _attempt_backfill(void)
 				}
 				continue;
 			}
-		} else
+		} else {
 			job_ptr->time_limit = orig_time_limit;
+		}
 
 		if (later_start &&
 		    (job_ptr->start_time > (later_start+backfill_resolution))) {
-- 
GitLab