Skip to content
Snippets Groups Projects
Commit 9c7301be authored by David Bigagli's avatar David Bigagli
Browse files

Indent.

parent a26eaa64
No related branches found
No related tags found
No related merge requests found
...@@ -179,11 +179,11 @@ extern int read_slurm_cgroup_conf(slurm_cgroup_conf_t *slurm_cgroup_conf) ...@@ -179,11 +179,11 @@ extern int read_slurm_cgroup_conf(slurm_cgroup_conf_t *slurm_cgroup_conf)
/* cgroup initialisation parameters */ /* cgroup initialisation parameters */
if (!s_p_get_boolean(&slurm_cgroup_conf->cgroup_automount, if (!s_p_get_boolean(&slurm_cgroup_conf->cgroup_automount,
"CgroupAutomount", tbl)) "CgroupAutomount", tbl))
slurm_cgroup_conf->cgroup_automount = false; slurm_cgroup_conf->cgroup_automount = false;
if (!s_p_get_string(&slurm_cgroup_conf->cgroup_mountpoint, if (!s_p_get_string(&slurm_cgroup_conf->cgroup_mountpoint,
"CgroupMountpoint", tbl)) "CgroupMountpoint", tbl))
slurm_cgroup_conf->cgroup_mountpoint = slurm_cgroup_conf->cgroup_mountpoint =
xstrdup(DEFAULT_CGROUP_BASEDIR); xstrdup(DEFAULT_CGROUP_BASEDIR);
......
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