Skip to content
Snippets Groups Projects
Commit 19754442 authored by Moe Jette's avatar Moe Jette
Browse files

Fix formatting problem. no change to logic.

parent 13a1078c
No related branches found
No related tags found
No related merge requests found
......@@ -698,7 +698,7 @@ _add_node_set_info(struct node_set *node_set_ptr,
for (i = 0; i < node_record_count; i++) {
int allocated_cpus;
if (bit_test (node_set_ptr->my_bitmap, i) == 0)
continue;
continue;
allocated_cpus = 0;
error_code = select_g_get_select_nodeinfo(&node_record_table_ptr[i],
SELECT_CR_USED_CPUS,
......
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