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

No changes in logic, just indenting to match linux kernel standards.

parent ef9ba097
No related branches found
No related tags found
No related merge requests found
...@@ -800,7 +800,7 @@ extern int select_nodes(struct job_record *job_ptr, bool test_only) ...@@ -800,7 +800,7 @@ extern int select_nodes(struct job_record *job_ptr, bool test_only)
} }
} }
/* enforce both user's and partition's node limits*/ /* enforce both user's and partition's node limits */
if (super_user) { if (super_user) {
min_nodes = job_ptr->details->min_nodes; min_nodes = job_ptr->details->min_nodes;
part_node_limit = INFINITE; part_node_limit = INFINITE;
......
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