From 98a117293f2b85ad4ca09e34689d12fecc6b2f41 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 5 Nov 2010 00:30:23 +0000 Subject: [PATCH] purely cosmetic change --- src/plugins/select/cons_res/dist_tasks.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/select/cons_res/dist_tasks.c b/src/plugins/select/cons_res/dist_tasks.c index 3e01ead39fc..c89e4dfeb13 100644 --- a/src/plugins/select/cons_res/dist_tasks.c +++ b/src/plugins/select/cons_res/dist_tasks.c @@ -369,10 +369,11 @@ static void _block_sync_core_bitmap(struct job_record *job_ptr, } - if (cpus > 0) + if (cpus > 0) { /* cpu count should NEVER be greater than the number * of set bits in the core bitmap for a given node */ fatal("cons_res: cpus computation error"); + } /* adjust cpus count of the current node */ if ((alloc_cores || alloc_sockets) && -- GitLab