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

Format change, no change in logic.

parent f3ef97b1
No related branches found
No related tags found
No related merge requests found
......@@ -733,7 +733,7 @@ slurm_get_end_time(uint32_t jobid, time_t *end_time_ptr)
break;
default:
if (endtime_cache)
*end_time_ptr = endtime_cache;
*end_time_ptr = endtime_cache;
else
slurm_seterrno_ret(SLURM_UNEXPECTED_MSG_ERROR);
break;
......
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