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

Fix indent

parent 646487d4
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ done:
if (retval == SLURM_SUCCESS)
retval = acct_gather_conf_init();
if (retval != SLURM_SUCCESS)
fatal("can not open the %s plugin", type);
fatal("can not open the %s plugin", type);
xfree(type);
return retval;
......
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