Skip to content
Snippets Groups Projects
Commit aa4e14eb authored by Danny Auble's avatar Danny Auble
Browse files

fix extra space

parent 1daf0ebd
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ char *slurm_sprint_partition_info ( partition_info_t * part_ptr, ...@@ -176,7 +176,7 @@ char *slurm_sprint_partition_info ( partition_info_t * part_ptr,
if (part_ptr->disable_root_jobs) if (part_ptr->disable_root_jobs)
sprintf(tmp_line, " DisableRootJobs=YES"); sprintf(tmp_line, " DisableRootJobs=YES");
else else
sprintf(tmp_line, " DisableRootJobs=NO "); sprintf(tmp_line, " DisableRootJobs=NO");
xstrcat(out, tmp_line); xstrcat(out, tmp_line);
if (part_ptr->hidden) if (part_ptr->hidden)
......
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