Skip to content
Snippets Groups Projects
Commit 5b762c01 authored by Morris Jette's avatar Morris Jette
Browse files

Correction to formatting, no change in logic

parent 8e72f81a
No related branches found
No related tags found
No related merge requests found
......@@ -2027,8 +2027,8 @@ static int _build_node_list(struct job_record *job_ptr,
if (rc == ESLURM_INVALID_TIME_VALUE)
return ESLURM_RESERVATION_NOT_USABLE;
if (rc == ESLURM_NODES_BUSY)
return ESLURM_NODES_BUSY;
if (rc == ESLURM_NODES_BUSY)
return ESLURM_NODES_BUSY;
/* Defunct reservation or accesss denied */
return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE;
......
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